This is using Django(1.11) and Bootstrap. Feel free to suggest a better design.
Please submit your pull request on develop branch, it will have the most recent changes.
Run
pip install -r requirements.txt
to install everything required to run this project on your local.
- Clone this repository using
git clone git@github.com:freeCodeCampDelhi/freeCodeCampDelhi.github.io.git
- Go inside main Django app Instructional video on installing Django
cd freecodecampdelhi
- Collectstatic files using
python manage.py collectstatic
- Run the app
python manage.py runserver
To run the web app in Debug mode set the DEBUG environment variable. In Linux, run the export DEBUG=True
command in the terminal.
Feel free to raise and fix issues.