* chore: migrate toolchain to vite-plus * chore: run lint with bunx * chore: add vp config postinstall
15 lines
219 B
Markdown
15 lines
219 B
Markdown
# core
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
vp install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.3.10. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|