Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 312 Bytes

File metadata and controls

14 lines (11 loc) · 312 Bytes

Running Locally

First, move into the src/ directory.

$ cd src

Now run npm install and npm run dev.

src/ $ npm install
src/ $ npm run dev

Changes go live around 1-5 minutes after you commit and push to main. To avoid this, bring your changes to a new branch and push to there.