2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Merge pull request #1256 from mduvall/contributing-fix-for-bourbon

State that Bourbon files are generated in CONTRIBUTING guide
This commit is contained in:
Hannah Wolfe 2013-10-24 02:36:17 -07:00
commit 9231174c3b

View file

@ -33,7 +33,7 @@ If you think you've found a problem with Ghost, or you'd like to make a request
5. Run `npm install`.
* If the install fails with errors to do with "node-gyp rebuild" or "SQLite3", follow the SQLite3 install instructions below this list
* Usually if you're within vagrant, and have installed the guest plugins and updated that, this will not happen
6. Run `grunt init` from the root - this installs Bourbon, compiles SASS and compiles Handlebars templates
6. Run `grunt init` from the root - this generates the Bourbon directory, compiles SASS and compiles Handlebars templates
7. Run `npm start` from the root to start the server.
Front-end can be located at <http://localhost:2368>, Admin is at <http://localhost:2368/ghost/>.