#Buscando Buscando is a Django app that matches volunteers and families of undocumented minors to organizations who have resources to help.
-
Clone this repo.
-
Install django and other dependecies.
pip install -r requirements.txt
-
Start up the server.
python manage.py runserver
-
View the project at
http://localhost:8000/app
-
Install Ruby (if needed) and Compass:
http://compass-style.org/install/
-
Make changes to /app/static/*.scss files
-
Watch for changes to *.scss files
compass watch app/static
Note: Don't modify /app/static/*.css