Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 623 Bytes

infor31-site

建國中學資訊社 INFOR 31st 官網
Official Site: https://infor.org
Facebook: https://facebook.com/infor31st

Installation

# 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

Configuration

course.json - the course list and description

{
    "name":"Course name",
    "icon":"Course icon class",
    "time":"Course time",
    "description":"Course description",
    "image":"Course image link"
}