- Install Docker and Docker-Compose
- Clone repository
- Open dev folder
- Run command:
sh start.sh
- Turn of the git autocrlf with command:
git config --global core.autocrlf false
- Make sure all your containers are down:
docker ps
- In case some containers are working, they should be stopped:
docker-compose down
- Clean all local datebases and images:
docker system prune --volumes
- Go to Dev folder
cd dev
- Run
sh start.sh
and make sure http://localhost:4200/ starts (Only for UI contributors)
Open a new terminal window and run next commands:
- Run
cd ui
- Run
npm install
(only for first time run) - Run
npm start
Go to http://localhost:4200/ and you can sign up with any credentials