Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Developer Setup

Alexander Schneider edited this page Aug 3, 2016 · 1 revision

Requirements

Backend

  1. Inside the root folder execute pip install -r requirements.txt to pull the python requirements.
  2. You'll need Python3 for the tool to run correctly.
  3. Use python app.py to start the backend-server.

Frontend

  1. Install bower.
  2. Enter the /frontend directory.
  3. Install the nodejs requirements with bower install.
  4. Install sass.
  5. Generate the .css with sass resources/public/css/style.sass resources/public/css/style.css.
  6. Install leiningen.
  7. Execute lein figwheel to start a live development environment for the frontend.