We like Yarn for dependency management, installation instructions can be found here.
yarn start
- run in development mode on localhost:8000yarn run build
- build siteyarn run lint
- checks you're not writing shit code
For the mo the site is deployed to hexatope.io using Github Pages from the docs
folder. The static pages are manually added from this Codepen project, and the app can be updated by running yarn run build
and then committing with a :rocket:
commit message.