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.
# clone branch
git clone git@github.com:luomus/laji.git
cd laji
# Install application dependencies
# Redis and make sure that it's running
# Python and maker sure that the python executable is in the path
# Install js dependencies (node >= v14)
npm ci
# Run the environment
npm start
# Go with your browser to http://localhost:3000/
.env
file at the root of the repository:
E2E_PERSON_TOKEN=
E2E_USER=
E2E_PASS=
npm start
to start laji.fi dev servernpx playwright test
(for headless mode), npx playwright test --ui
(for headful mode) or use the playwright vscode pluginYou 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.