A simple app to enhance visibility into user interactions
- Node.js v20+
- nvm installed to manage node versions https://github.com/nvm-sh/nvm#install--update-script
- pnpm (npm install -g pnpm) https://pnpm.io
Set the node version and install dependencies
nvm use
pnpm install
Run the project
pnpm dev