Skip to content

City-of-Helsinki/verkkokauppa-experience-api

Repository files navigation

Local development

Build packages locally when using core in docker:

  1. yarn install
  2. yarn build
  3. docker compose up

Build packages locally when using intellij spring boot applications:

  1. yarn install
  2. yarn build
  3. docker compose -f docker-compose.dev.yml up

Before git push

  1. yarn build To build before pushing, pushing has a hook that runs yarn test
  2. git push

Swagger endpoints

Working swagger endpoints

Not yet implemented.