Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 743 Bytes

Narodna-transfuzna-sluzba

HMST Solutions: Jakub Trubač, Marián Skrip, Patrik Hudák, Samuel Mitas, Martin Mašek

Requirements

To build and run this project you need to install python3, Make (make for Windows: http://gnuwin32.sourceforge.net/packages/make.htm) and ruby (ruby for Windows: https://rubyinstaller.org/).

Building and running

It is advised to do this in python virtual environment: $ virtualenv venv/

To activate virtual environemnt on UNIX, run:

$ source venv/bin/activate

To activate virtual environemnt on Windows, run:

.\venv\Scripts\activate

For the first time you have to install requirements and build sass source files:

$ make install $ make build

Finally, to run the app:

$ make run