cd app/
npm install
- Install the ionic CLI (
npm install -g ionic
) - Install the Gulp (
npm install -g gulp
) - Install typings (
npm install -g typings
) - Install typings dependencies (
typings install
) - Run
ionic serve
- Install Redis
cd backend/
npm install
mv .env.example .env
vi .env
Change variables for yourselfnode app.js migrate
Seed the database and Redisnpm run watch
This project is licensed under the AGPL-v3.0 license.