git submodule update --init --recursive
yarn install
cd eperusteet-frontend-utils/vue
yarn install
yarn gen:api
Oletuksellisesti opintopolku käyttää sovelluksien localhost-osoitteita. Lisää ympäristömuuttujiin haluttu sovelluksen osoite:
export EPERUSTEET_SERVICE=https://eperusteet.testiopintopolku.fi
export EPERUSTEET_YLOPS_SERVICE=https://eperusteet.testiopintopolku.fi
export EPERUSTEET_AMOSAA_SERVICE=https://eperusteet.testiopintopolku.fi
Sovelluksen käynnistäminen
yarn server
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit