Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 515 Bytes

Cena

A student meal management system for GCGS powered by Metaphor.

Usage

  1. Clone the repository
  2. Copy config.sample.coffee to config.coffee and add your rules
  3. Install CoffeeScript globally
  4. Use npm install to install dependencies
  5. Use npm start to run the server
  6. Go http://localhost:3000/

Todo

  • Rewrite compiler module
  • Fix the base uri function
  • Fix the compilers under production environment
  • Write a document