Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 301 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 301 Bytes

Kaleidoshare

Let's create and share kaleidoscopes on the web.

Develop

prerequisites

  • Node >= v20
  • Deno >= v1.32 (for KV)

Install deps

npm ci
npx playwright install --with-deps

Develop

npm run dev

Build

npm run build

Test

npm test