@logic-pad/core
Version:
32 lines (22 loc) • 712 B
Markdown
The core API of Logic Pad.
This package is part of Logic Pad. [Bun >=v1.1.0](https://bun.sh/) is required for this package.
```bash
git clone https://github.com/hlysine/logic-pad.git
cd logic-pad
bun install
cd packages/logic-core
bun install
bun build
```
To test your changes in realtime in Logic Pad, simply run Logic Pad using the Vite dev server.
```bash
bun run dev
```
Note that Logic Pad bundles the `src` directory of this package directly with Vite instead of using the transpiled
code in the `dist` output folder, which is for publishing only.