- Install node js
>= 16.13.0
- Install
pnpm
, see https://pnpm.io/installation for installation instructions.
- Clone the repo and go to the repository directory.
- Install the packages.
pnpm install
- Create an env file and copy the variables from .env.example file.
- Start the app in development mode
pnpm dev
- React JS with Vite
- TypeScript
- Jest for testing