Skip to content

Commit 909a5f3

Browse files
committed
README updates
1 parent ef6dc7b commit 909a5f3

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

README.md

+7-16
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
11
Grunt Website
22
==========================
33

4-
## Build
5-
6-
1. `npm install`
7-
1. `grunt`
8-
9-
104
## Setup Development
115

126
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
7+
1. `grunt`
178

18-
1. `grunt server`
9+
## Tasks
1910

20-
## Run Tests
11+
* `grunt build` - Manually Rebuild
12+
* `grunt dev` - Development Mode
2113

22-
1. Make sure the server is running
23-
1. `grunt test`
2414

25-
## Notes
15+
## Manually Run Server
2616

27-
1. Default server port is : `5678`. Configured in the `Gruntfile`
17+
1. `npm start`
18+
Server port is : `5678`.
2819

2920
## Deploy to Heroku
3021

0 commit comments

Comments
 (0)