Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 744 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 744 Bytes
Travis AppVeyor
Build Status -

Test

To start the dev server for the UI, use:

> gradlew :frontend:startUi

In order to initialize the backend server, use

> gradlew :backend:initDev

The first time, you might need to create the admin user

> cd backend
> frisbee-venv\Scripts\python.exe manage.py createsuperuser

Start the dev server using

> frisbee-venv\Scripts\python.exe manage.py runserver

Develop

UI

UI development is done using Angular + Yarn

> cd frontend
> yarn install
> yarn start

Build

Create the ZIP

> gradlew createZip