Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 661 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 661 Bytes

NTU HPC Website

This is the source code of the NTU HPC website available at ntuhpc.org.

Development

First, clone this repo

$ git clone [email protected]:ntuhpc/ntuhpc.github.io.git

Then install all the node modules (make sure you have node.js)

$ npm install
$ (sudo) npm install -g gulp-cli

Now you can use gulp to execute the dev task, which monitors all the files and refresh your browser automatically.

$ gulp dev

Deployment

After you modified the website, run the following command

$ gulp

This minifies all the files for you. Now you can commit and push it to GitHub.