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.
- Clone this repository
- Run
npm install
- Run
bower install
- Run
npm start
- Run
npm test