Statechart editor inspired by StateMate and CouchEdit
Find a file
2025-10-04 23:13:55 +02:00
src dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
.gitignore dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
bun-env.d.ts dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
bun.lock dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
bunfig.toml dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
package.json dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
README.md dirty but the initial concept is working 2025-10-04 23:13:55 +02:00
tsconfig.json dirty but the initial concept is working 2025-10-04 23:13:55 +02:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.14. Bun is a fast all-in-one JavaScript runtime.