Project Pescadero is a dashboard for reporting neighborhood/city issues. It's purpose is to assist in resolving existing issues and to help users build a community service profile. Visit our site today at project-pescadero.now.sh!
Developing locally with the project is easy! Follow the steps below:
- Clone the Repository.
- Create your own
.env
similar to the provided.env-example
in the root of the repository. - Build and Run:
docker-compose build && docker-compose up -d
All components are now running in Docker containers in the background. Live reload is available for the front-end, simply edit a file and see the changes instantly on http://localhost:3000.