First, move into the src/ directory.
$ cd srcNow run npm install and npm run dev.
src/ $ npm install
src/ $ npm run devChanges 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.