Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 487 Bytes

Toram DB

A client-side database for Toram Online

Getting Started

Install Amber and create an Amber project, as shown in Amber Instructions.

Run development server

Setup the project with

npm install
bower install
grunt devel

Then un amber serve in the project folder. The source packages are those starting with ToramDb.

Deploy

Run grunt deploy && cp index.html the.js docs/, then commit the docs folder.