The FrintJS Website
For documentation, visit https://frint.js.org.
Clone the repository and install the dependencies:
$ cd frint.js.org
$ npm install
Run:
$ make site-develop
This command will start a hot-reloading development environment accessible at localhost:8000.
This command will build the website for generating static HTML and per-route JavaScript code bundles and the result will be on the public folder.
$ make site-build
Then you can check the generated codes by running:
$ make site-serve
Builds and deploys the site to GitHub Pages.
$ make site-publish
MIT