mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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:
commit
9231174c3b
1 changed files with 1 additions and 1 deletions
|
@ -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/>.
|
||||
|
|
Loading…
Add table
Reference in a new issue