To run spotify.auth
environment variable must be set to Spotify API secret.
./gradlew bootRun
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
- For
develop-stage
runnpm install
infrontend
folder (must have node:13.13.0 installed locally) - Then if you want to deploy app as
productions-stage
you must delete node_modules folder fromfrontend
folder - Set varaibles in
.env
:OFFER_RIDER_ARCHITECTURE
accordingly to your machine -arm
orx86
TARGET
accordingly to purpose -develop-stage
orproduction-stage
- Run
docker-compose up --build
If you want clean Docker after shuting down all containers type docker-compose down -v --rmi all --remove-orphans
.