Skip to content

Commit

Permalink
docs: add contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 1, 2024
1 parent 653bc2e commit 04f9943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/tscx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ $ npx tscx --project tsconfig.build.json --watch --exec bootstrap.js
$ npx tscx --project tsconfig.build.json --remove --copyfiles --watch --script my-script --exec bootstrap.js
```

## Contributing

- Clone this repository.
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`.
- Install dependencies using `pnpm install`.
- Run `pnpm build` to build and `pnpm test` to test.

## License

MIT

0 comments on commit 04f9943

Please sign in to comment.