Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 966 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 966 Bytes

Getting Started

Check out the contribution guidelines in the wiki.

Running

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

CSS

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.

Linting

I've set up Prettier as a pre-commit hook. I recommend using it on save as well.