Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

ccns/ccns.github.io-deprecated

Repository files navigation

ccns.github.io

CCNS主頁

自動截取KKTIX最新活動並產生頁面

First run

$ git clone https://github.com/ccns/ccns.github.io.git
$ npm install

Generate index.html and push it to github

$ npm run gen
$ npm run push

Update modules under frameworks/ and push them to github

$ npm update
$ npm run bundle
$ npm run push