Skip to content

Lane Lookout is a web app designed to help cyclists report lane obstructions and violations. We aggregate these data and send them to the relevant parking enforcement authorities so that cyclists can ride safely.

Notifications You must be signed in to change notification settings

openoakland/lanelookout

 
 

Repository files navigation

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

About

Lane Lookout is a web app designed to help cyclists report lane obstructions and violations. We aggregate these data and send them to the relevant parking enforcement authorities so that cyclists can ride safely.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • Python 27.0%
  • Shell 11.4%
  • HTML 7.3%
  • Dockerfile 2.3%
  • CSS 1.4%