Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 382 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 382 Bytes

Quick Start

Make sure you have sqlite3 installed on your system.

Build project

./install.sh

Running Application

./run.sh

For UI-development cycle

./dev.sh

Uninstalling NPM nodules

./uninstall.sh

Building fonts

Copy fonts files to ./fonts folder. Then:

cd fonts
npm install
./build.sh

That's it!