Ron Quixote is a random quote generator seeded with Ron Swanson and Don Quixote quotes. It is a work-in-progress
How to run locally:
-
Build front-end code: a)
cd frontend
b)npm install
c)npm run build
-
Install dependencies: a)
pip install -t . -r requirements.txt
-
Run app:
a)python manage.py runserver