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 lintbefore checking in code
Typically, builds are automatic and handled by CircleCI when committing to master, but there is a manual option:
- run
$ yarn buildto create an optimized production build - run
$ yarn exportto create an a static export of HTML, JS, CSS and assets - run
$ ./deploy.shto 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.