Skip to content

ntuhpc/ntuhpc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.