fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/README.md

25 lines
370 B
Markdown
Raw Permalink Normal View History

shelfzilla
2015-04-13 18:43:59 +00:00
===========
## Prepare environment for local development
```
# Check that everything is installed
fab doctor
# Setup NPM/Virtualenv/Database
fab setup_environment
# Executes the server
fab runserver
```
## Dependencies
- Nodejs
- Python 2.7 with virtualenv and pip
- grunt-cli installed as global resource
- bower installed as a global resource
2015-04-13 18:35:59 +00:00
Enjoy!