Skip to content

GordianDziwis/Veritask

Repository files navigation

Installation

Development

Install dependencies:

  • git
  • sbt
git clone https://github.com/BonaBeavis/Veritask.git
cd Veritask
make start-dev

Staging

Install dependencies:

  • git
  • make
  • docker
  • docker-compose
git clone https://github.com/BonaBeavis/Veritask.git
cd Veritask
make start-staging

Admin frontend is reachable under localhost:9000.