- NodeJs 20.0 or higher
- npm (Node Package Manager)
npm install
- create a '.env' file based on '.env.sample'
npm run dev
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.
To run the tests using playwright testing suite
npm run test