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

https://github.com/kulla/2025-09-06-editor-with-fp-api


https://github.com/kulla/2025-09-06-editor-with-fp-api

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Editor prototype

## Setup

1. Clone the repository
2. Install the dependencies via `bun install`

## Known limitations

* Index in onCommand functions cannot be narrowed down since it is used as an argument and thus the generic becomes contravariant.

## Get started

Start the dev server:

```bash
bun dev
```

Build the app for production:

```bash
bun run build
```

Preview the production build locally:

```bash
bun preview
```

## Maintenance

Update dependencies:

```bash
bun update
```