Check out the contribution guidelines in the wiki.
To run, cd
into the directory, then execute either:
yarn && yarn start
if you have yarn installed,
or
npm install
npm run start
to develop with npm.
Your server should run be running locally on http://localhost:3000
Please use tachyons classes for styling. See
For interactive documentation.
Use https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion for classname IntelliSense, if you're using Visual Studio Code.
Read here for more on why.
I've set up Prettier as a pre-commit hook. I recommend using it on save as well.