Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 578 Bytes

IMS Lab

Powered by React and Tachyons

Building Instructions

  • Package installation: $ npm install
  • Activation (default port: 3000): $ npm start

Data Descriptions

Types

/src/data

  • .json: general usage; fetched with (key,value)
  • .js: for markdown(.md)

Specifications

  • honors.json: The reason for redundant key names as "year + 20xx" instead of "20xx" is that keys of numbers are automatically sorted in the unwanted direction :(