Skip to content
/ geo Public

Algorithms for geographical data processing

Notifications You must be signed in to change notification settings

colyk/geo

Repository files navigation

Geo

Build Status codecov

How it works

Backend

Install dependencies

pip install -r requirements.txt

Run tests

python manage.py test

Run server

python manage.py runserver 0.0.0.0:8000

Collect static and run server

python manage.py run

Frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint