This is the source code of the NTU HPC website available at ntuhpc.org.
First, clone this repo
$ git clone [email protected]:ntuhpc/ntuhpc.github.io.gitThen install all the node modules (make sure you have node.js)
$ npm install
$ (sudo) npm install -g gulp-cliNow you can use gulp to execute the dev task, which monitors all the files and refresh
your browser automatically.
$ gulp devAfter you modified the website, run the following command
$ gulpThis minifies all the files for you. Now you can commit and push it to GitHub.