We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6dc7b commit 909a5f3Copy full SHA for 909a5f3
README.md
@@ -1,30 +1,21 @@
1
Grunt Website
2
==========================
3
4
-## Build
5
-
6
-1. `npm install`
7
-1. `grunt`
8
9
10
## Setup Development
11
12
1. `npm install`
13
-1. `grunt` - gets the latest docs, generates the site
14
-1. use ```grunt watch``` if you are editing templates or less files. (Note: doc pages will have to be regenerated)
15
16
-## Run Server
+1. `grunt`
17
18
-1. `grunt server`
+## Tasks
19
20
-## Run Tests
+* `grunt build` - Manually Rebuild
+* `grunt dev` - Development Mode
21
22
-1. Make sure the server is running
23
-1. `grunt test`
24
25
-## Notes
+## Manually Run Server
26
27
-1. Default server port is : `5678`. Configured in the `Gruntfile`
+1. `npm start`
+Server port is : `5678`.
28
29
## Deploy to Heroku
30
0 commit comments