https://github.com/mfbx9da4/dadler.heroku
My old online CV made with coffeescript, markdown, SASS and django backend
https://github.com/mfbx9da4/dadler.heroku
Last synced: about 2 months ago
JSON representation
My old online CV made with coffeescript, markdown, SASS and django backend
- Host: GitHub
- URL: https://github.com/mfbx9da4/dadler.heroku
- Owner: mfbx9da4
- Created: 2013-09-29T18:48:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T12:07:06.000Z (over 10 years ago)
- Last Synced: 2025-01-26T17:45:51.150Z (4 months ago)
- Language: Python
- Homepage: http://dadler.herokuapp.com/
- Size: 24.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Dev
source venv/bin/activate
cd grunt; grunt#### Run
python manage.py runserver 5000
or
foreman start