- Run
npm installto install dependencies. - Run
./setup.shto install the pre-commit and pre-push git hooks. - Copy the contents of
./env.localinto a./.envfile.
- Run
npm run devto launch the development build.
## Running E2E tests
- Run
npx playwright install --with-depsto install Playwright browsers. - Run
npx playwright testto run the tests.
See CONTRIBUTING.md for details on how to contribute to this project.
This project is licensed under the Apache License, Version 2.0. See LICENSE for more details.