You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
npm comes bundled with node.js, but it is an earlier version, so upgrading it is required
gulp, hexo-cli
$ npm install gulp hexo-cli -g
Installing
Clone or fork the repo
From the project root run the following to install dependencies:
$ npm install
Set up Git Flow:
$ git flow init
Chose all the defaults
Running the site locally
You can run the site locally and have it reload as you update files with either of the following commands:
$ npm run theme
$ npm run write
currently there is no difference in the two tasks, but later updates to the tooling will change this
GOTCHA: Disable Caching in Chrome
We cache the hell out of the site, which can be pretty annoying when working locally. We are looking into a viable fix for this, but for now you can disable the caching through Chrome's dev-tools: