/toram-db

A simple database app for Toram online loots

Primary LanguageJavaScriptMIT LicenseMIT

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.