https://github.com/sooniter/rslib-worker-demo
https://github.com/sooniter/rslib-worker-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rslib-worker-demo
- Owner: SoonIter
- Created: 2025-04-17T07:05:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T07:05:57.000Z (9 months ago)
- Last Synced: 2025-06-11T22:11:32.860Z (8 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```