-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme to reflect browsersync and npm based deps
- Loading branch information
1 parent
24d7618
commit c2ddd17
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |