Skip to content

darkhist/stomping-grounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stomping Grounds Cafe ☕️

Home to the unofficial website for Stomping Grounds Cafe

Built With

Getting Started

Follow these steps to get up and running! :~)

  1. Install Node.js
  2. Install Git
  3. Install Yarn
  4. Get a local copy of this project: git clone https://github.com/darkhist/stomping-grounds.git
  5. cd stomping-grounds
  6. Run yarn to install the necessary dependencies
  7. Run yarn dev to start a local development server via Parcel
  8. Visit http://localhost:1234 for a live preview!

Commands

Develop

yarn dev

Build

yarn build

Lint

yarn lint

This project uses ESLint, and the Airbnb JavaScript Style Guide

This project also uses Husky to automatically lint code before every commit