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

https://github.com/willkessler/drizzletest

Experiments with Hono, Drizzle, and svelte5. Web api and backend in monorepo
https://github.com/willkessler/drizzletest

Last synced: about 1 year ago
JSON representation

Experiments with Hono, Drizzle, and svelte5. Web api and backend in monorepo

Awesome Lists containing this project

README

          

### Usage

Start API:

```
cd packages/api
pnpm run dev
```

Start front end:

```
cd packages/web
pnpm run dev -- -open
```