-
Download and install stakx
-
Use npm to install the required front-end packages (make sure you have a recent version of npm and node.js):
npm install
-
(Optional) You can install gulp globally for easier access:
npm install --global gulp-cli
To generate the final HTML files, use the following commands:
gulp sass
/path/to/bin/stakx build
You can use the watch
directive for either of these commands to automatically build your website.
To test your generated content, run a web server
(e.g. php -S localhost:8000
) in the _site directory,
and browse http://localhost:8000/ece-notes.