Arbitrary datasets related to Seattle, WA
- Run
git clone git@github.com:seattleio/data.seattle.io.git - Change directory into quickstart:
cd data.seattle.io - Run
npm install - Create an admin user:
npm run flatsheet account create-admin - If you want to be able to send email:
- set up an account at sendgrid.com
- rename
.env-sampleto.env - revise
.envfile to include your sendgrid username/password
- Run
npm startto start the server
See more documentation at github.com/flatsheet/flatsheet
MIT