yarn install
yarn devThis will start a dev server on http://localhost:8080 and auto-reload as changes are made.
To build files to the dist directory:
yarn buildTo build and deploy to GitHub pages:
yarn deployyarn install
yarn devThis will start a dev server on http://localhost:8080 and auto-reload as changes are made.
To build files to the dist directory:
yarn buildTo build and deploy to GitHub pages:
yarn deploy