A platform for organizations to post about volunteer and outreach oppertunities.
- Install ruby, yarn, npm, etc.
- Run
sudo apt-get install libpq-dev
- git clone this repo
- cd into the repo
- run the db_install.sh. This will setup the local database.
- Run
rails server
and go tolocalhost:3000
in a web browser to confirm it is working