Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.39 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.39 KB

Lane Lookout

Lane Lookout (https://www.lanelookout.org) is a web app to help cyclists report lane obstructions and violations. We take this data, aggregrate it, and send it to the relevant parking enforcement authorities so that cyclists can ride safe.

We're part of the Oakland chapter of Code For America. We meet every Tuesday in City Hall. Come say hello or join #oak-dot-bikes in the OpenOakland Slack group.

How to contribute

If you're a developer, check our issues section and scan for the "good first issue" label.

If you're a marketer, check our issues section and scan for the "marketing" label.

If you're a data scientist, reach out to us.

Development

Backend

./d build
./d start

Peek inside ./d for more.

Frontend

cd client
cp .env.example .env
yarn
yarn run start

Deployment

Assuming you've created a Heroku app and have your git configuration done.

heroku addons:create heroku-postgresql:hobby-dev
heroku buildpacks:add heroku/nodejs
heroku buildpacks:add heroku/python
heroku config:set SECRET_KEY='123'
git push heroku master

Authors

Alumni