This site runs on roots v3, which you can install using the command npm i roots -g
, assuming you have a recent version of node.js installed.
To get this project running locally:
- Clone the repo down and
cd
into it - Run
npm i
- Run
roots watch
You should see a development version open up in your browser that you can hack on.
Have something you'd like to add? We'd love to see it! Open up a pull request with your feature and we'll check it out as soon as possible.
This project is licensed under MIT