20 lines
277 B
Markdown
20 lines
277 B
Markdown
# meshcore
|
|
|
|
TypeScript library for MeshCore protocol utilities.
|
|
|
|
Quick start
|
|
|
|
1. Install dev dependencies:
|
|
|
|
```bash
|
|
npm install --save-dev typescript tsup
|
|
```
|
|
|
|
2. Build the library:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
3. Use the build output from the `dist/` folder or publish to npm.
|