Files
Jabberwocky238 c45b436b12
Deploy to GitHub Pages / build (push) Failing after 1m59s
Deploy to GitHub Pages / deploy (push) Has been skipped
i
2026-07-05 21:43:51 -04:00

604 B

Rspack project

Setup

Install the dependencies:

bun install

Get started

Start the dev server, and the app will be available at http://localhost:8080.

bun run dev

Build the app for production:

bun run build

Preview the production build locally:

bun run preview

Learn more

To learn more about Rspack, check out the following resources: