This is the frontend for laji.fi. Api used and it's documentation can be found at api.laji.fi.
This repo contains 3 main branches. Follow guidelines set in wiki for developing.
Make sure to use the correct node version marked in .nvmrc. You can use for example volta or nvm.
Install the dependencies:
npm cinpm startGo with your browser to http://localhost:3000/
By default the app proxies api requests through https://dev.laji.fi/api. You can configure the api base and the access token with .env file:
API_BASE=https://apitest.laji.fi
ACCESS_TOKEN=<Your access token>
- Add the following to
.envfile at the root of the repository:
E2E_PERSON_TOKEN=
E2E_USER=
E2E_PASS=
- get the credentials to the e2e user from another developer
- run
npm startto start laji.fi dev server - run
npx playwright test(for headless mode),npx playwright test --ui(for headful mode) or use the playwright vscode plugin
You can contact us by sending feedback from laji.fi
To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.