Files
aurorabot/web
syntaxbullet 46e95ce7b3 refactor(web): remove frontend dashboard files
Delete all React components, pages, hooks, contexts, styles, and build scripts.
The web module now serves as an API-only server.
2026-02-08 16:41:40 +01:00
..
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00
2026-01-08 16:09:26 +01:00

Aurora Web

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.3.3. Bun is a fast all-in-one JavaScript runtime.