We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b0ec1 commit 5678588Copy full SHA for 5678588
Readme.markdown
@@ -15,20 +15,24 @@ You're encouraged to setup a `virtualenv` to work in prior to configuring the de
15
pip install -r requirements.txt
16
python setup.py develop
17
18
-2. Install Assets
+2. Install Bower + Grunt
19
+
20
+ npm install -g grunt-cli bower
21
22
+3. Install Assets
23
24
npm install
25
bower install
26
-3. Compile Assets
27
+4. Compile Assets
28
29
grunt
30
-4. Setup the Database
31
+5. Setup the Database
32
33
make create_database; make make_fixtures
34
-5. Run the Server
35
+6. Run the Server
36
37
./manage.py runserver
38
0 commit comments