建國中學資訊社 INFOR 31st 官網
Official Site: https://infor.org
Facebook: https://facebook.com/infor31st
# clone the repo
git clone https://github.com/t510599/infor31-site
# go into repo directory
cd infor31-site
# install dependencies
npm install
# start server
npm start
course.json
- the course list and description
{
"name":"Course name",
"icon":"Course icon class",
"time":"Course time",
"description":"Course description",
"image":"Course image link"
}