An open API service indexing awesome lists of open source software.

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.

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
```