This contains everything you need to run your app locally.
Prerequisites: Node.js
- Install dependencies:
npm install - Run the app:
npm run dev - Sign in with your Puter account when prompted in the UI.
This app stores project history in each user's Puter KV via a worker called with puter.workers.exec().
- In Puter, upload
lib/puter.worker.jsto your account. - Deploy it with
puter.workers.create('roomify-api', 'lib/puter.worker.js'). - Set
VITE_PUTER_WORKER_URLin.env.localto the deployed worker URL.
