Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chenjiahan/rslib-repro-cjs-export


https://github.com/chenjiahan/rslib-repro-cjs-export

Last synced: 19 days 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 build --watch
```