fix small error in setup instructions

This commit is contained in:
Daniel Diekmeier 2014-11-26 14:57:37 +01:00
parent 876f0516c1
commit daf29bdd2e

View File

@ -25,7 +25,7 @@ You will need the following to run a local development enviroment.
1. `cd` into your local copy of the repository.
2. Run `npm install` to install dependencies located in `package.json`.
3. Run `bower install` to install bower dependencies.
5. Run `grunt serve` to start the watch task, and the web server should automatically open. Congrats, you should now be able to see your local copy of the demo site.
5. Run `grunt preview` to start the watch task, and the web server should automatically open. Congrats, you should now be able to see your local copy of the demo site.
## <a name="submit"></a> Submission Guidelines