It's the dock.io website!
- run
$ yarn dev
- this will launch dev server with auto-watch, auto-reload on source files modification.
- run
$ yarn lint
before checking in code
Typically, builds are automatic and handled by CircleCI when committing to master, but there is a manual option:
- run
$ yarn build
to create an optimized production build - run
$ yarn export
to create an a static export of HTML, JS, CSS and assets - run
$ ./deploy.sh
to automatically commit to the GitHub pages branch
If you wish to contribute code, it is welcome. Just fork the repository and create a pull request.