Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 599 Bytes

Admin-MuSA

Administrative web page for the Museum of Art at UPRM. Runs on a Node.js server with koa middleware and Handlebars for the templating engine. The site theme is SB Admin 2. This repository is part of the Kleio development team. You need npm to install and run this application.

Installation instructions

  • Clone this repository
  • Run npm install
  • Run bower install
  • Run npm start

Testing

  • Run npm test