Skip to content

infor31st/infor31-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.4%
  • JavaScript 28.9%
  • CSS 15.7%