Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 802 Bytes

File metadata and controls

26 lines (17 loc) · 802 Bytes
GHBanner

Run and deploy your Roomify app

This contains everything you need to run your app locally.

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Run the app: npm run dev
  3. Sign in with your Puter account when prompted in the UI.

Puter Worker Setup (project storage)

This app stores project history in each user's Puter KV via a worker called with puter.workers.exec().

  1. In Puter, upload lib/puter.worker.js to your account.
  2. Deploy it with puter.workers.create('roomify-api', 'lib/puter.worker.js').
  3. Set VITE_PUTER_WORKER_URL in .env.local to the deployed worker URL.