Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 300 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 300 Bytes

ame-cubes

Development

yarn install
yarn dev

This will start a dev server on http://localhost:8080 and auto-reload as changes are made.

Production

To build files to the dist directory:

yarn build

To build and deploy to GitHub pages:

yarn deploy