Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 320 Bytes

Development

To run this thing locally:

npm install
npm start

If you add or rename pages, add them to _data.json so they'll show up in the sidebar.

Open localhost:9000

Deployment

export NODE_ENV=production