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