Home to the unofficial website for Stomping Grounds Cafe
Follow these steps to get up and running! :~)
- Install Node.js
- Install Git
- Install Yarn
- Get a local copy of this project:
git clone https://github.com/darkhist/stomping-grounds.git
cd stomping-grounds
- Run
yarn
to install the necessary dependencies - Run
yarn dev
to start a local development server via Parcel - Visit
http://localhost:1234
for a live preview!
yarn dev
yarn build
yarn lint
This project uses ESLint, and the Airbnb JavaScript Style Guide
This project also uses Husky to automatically lint code before every commit