Official website for Nangang Garden Presbyterian Church in Taiwan.
- git installed
- Node.js installed
- lessc installed
- Clone this repo to your computer
git clone https://github.com/yshlin/ngpc
- Enter the folder and install dependencies by
cd ngpc npm install
- Copy models/config.json.sample and fill-in values
cd models cp config.json.sample config.json
- Generate static website by running
npm run prepare
- Check the generated static website by opening
site/index.html
in the browser
- When development done, simply run
npm run upload
to publish to github.