Skip to content

Commit

Permalink
Update readme to reflect browsersync and npm based deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Jun 14, 2016
1 parent 24d7618 commit c2ddd17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ utility in their use.
ElementsProject.org is a static website powered by [Hexo](https://hexo.io).
You'll need `npm` (which comes with Node.js) to get started.

First, install hexo: `npm install hexo-cli -g`

Fork the repository (top right hand corner on GitHub), and get a local copy:
```
git clone [email protected]:YOUR_USERNAME/elementsproject.org # clone the repo
cd elementsproject.org # move into the directory
```

Next, install the dependancies using `npm install`

Now, you can use Hexo to run a local copy to preview your changes:
```
hexo server
npm start
```

That's it. Make modifications, commit them, and submit a pull request.

0 comments on commit c2ddd17

Please sign in to comment.