Skip to content

Commit

Permalink
chore: add development section
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 15, 2022
1 parent d4241d3 commit 7a1115f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -49,9 +49,12 @@ You can either use `unbuild` key in `package.json` or `build.config.{js,ts,json}

See options [here](./src/types.ts).

## Fun fact
## 💻 Development

This library is built using itself for publishing!
- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`

## License

Expand Down

0 comments on commit 7a1115f

Please sign in to comment.