Local dev setup:
- install yarn (https://yarnpkg.com/lang/en/docs/install/#mac-stable)
- install parcel (yarn global add parcel-bundler)
- go to the project folder and run
yarn install
to install dependencies - run on local
yarn start
and visithttp://localhost:1234
port number refer to the terminal window prompt - run
yarn build
regenerate static files into the dist folder