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

https://github.com/sooniter/rslib-worker-demo


https://github.com/sooniter/rslib-worker-demo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rslib project

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get started

Build the library:

```bash
pnpm build
```

Build the library in watch mode:

```bash
pnpm dev
```