https://github.com/jinjor/kaleidoshare
Let's create and share kaleidoscopes on the web.
https://github.com/jinjor/kaleidoshare
deno-deploy kaleidoscope
Last synced: 5 months ago
JSON representation
Let's create and share kaleidoscopes on the web.
- Host: GitHub
- URL: https://github.com/jinjor/kaleidoshare
- Owner: jinjor
- License: mit
- Created: 2023-05-08T17:51:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T09:26:27.000Z (over 1 year ago)
- Last Synced: 2024-05-09T13:39:12.714Z (12 months ago)
- Topics: deno-deploy, kaleidoscope
- Language: TypeScript
- Homepage: https://kaleidoshare.deno.dev/
- Size: 788 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```