Astro site for the inductive.ml research lab.
All commands are run from the project root:
| Command | Action |
|---|---|
bun install | Install dependencies |
bun run dev | Start the local dev server at localhost:4321 |
bun run build | Build the production site to ./dist/ |
bun run preview | Preview the production build locally |
bun run astro -- --help | Show Astro CLI help |