uses Vue3 typescript composition API, Tailwind + Daisy.UI. Fairly standard setup, everything interesting in src/.
App is live via Netlify here.
- place lamps in the room
- delete lamps
- rotate lamps
- configure lamps (POC, currently only name can be adjusted)
- manage data with clean types; easily extendable and able to communicate via some API with JSON
(have npm installed)
npm i
npm run dev
