The Jonah Peretti Quote Generator
“It is possible to build a tech company in New York that has really good snacks.”
- Install python packages:
$ pip install -r requirements.txt
- Initialize Django apps:
$ ./manage.py syncdb
- Install npm packages:
$ cd frontend
$ npm install
- Build the front-end and run the server:
$ ./manage.py build_and_run
- Navigate to localhost:8000 and enjoy!