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
The current sqlite implementation is just for demo purposes. Feel free to make any required adjusments to your scenario.