A set of tools and services
  • Nix 83.3%
  • Svelte 9.2%
  • TypeScript 4.5%
  • Just 1.9%
  • Astro 1%
Find a file
Renovate d438514d4b
All checks were successful
Deploy / deploy (push) Successful in 3m50s
Build and test / verify (push) Successful in 32s
chore(deps): update dependency @hey-api/openapi-ts to v0.95.0
2026-04-03 00:01:12 +00:00
.forgejo/workflows fix(CI): Inject GIT_SHA from CI 2026-03-30 15:58:19 +02:00
.vscode Add svelte calendar component and biome config 2026-02-07 13:01:32 +01:00
contracts Generate client code for nager date API 2026-02-17 18:25:07 +01:00
db Replace Astro DB with Bun built in Sql and external Postgres 2026-02-28 18:42:38 +01:00
packages format && fix type 2026-03-07 12:46:10 +01:00
public Initial commit 2026-02-06 20:40:12 +01:00
src Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
.env Support multiple args in each environment 2026-03-15 15:49:21 +01:00
.env.development Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
.env.example Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
.env.production Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
.gitignore Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
AGENTS.md Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
astro.config.ts Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
biome.jsonc feat(CI): Lint in verify workflow 2026-03-14 21:10:43 +01:00
bun.lock chore(deps): update dependency @hey-api/openapi-ts to v0.95.0 2026-04-03 00:01:12 +00:00
bun.nix Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
flake.lock Replace OCI Compose with nix build image (#12) 2026-03-30 13:33:27 +00:00
flake.nix fix(CI): Inject GIT_SHA from CI 2026-03-30 15:58:19 +02:00
justfile fix(Just): Release recipe 2026-03-30 15:41:16 +02:00
package.json chore(deps): update dependency @hey-api/openapi-ts to v0.95.0 2026-04-03 00:01:12 +00:00
README.md Setup dbmate for migrations 2026-02-28 15:57:13 +01:00
renovate.json chore(Renovate): Add reviewers 2026-03-14 20:30:02 +01:00
svelte.config.js Add svelte calendar component and biome config 2026-02-07 13:01:32 +01:00
TODO.md Generate client code for nager date API 2026-02-17 18:25:07 +01:00
tsconfig.json fix(TS): Add bun to compilerOptions.types 2026-03-30 14:41:45 +00:00

Toolbox

WIP

Stack


bun create astro@latest -- --template basics

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src
│   ├── assets
│   │   └── astro.svg
│   ├── components
│   │   └── Welcome.astro
│   ├── layouts
│   │   └── Layout.astro
│   └── pages
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun dev Starts local dev server at localhost:4321
bun build Build your production site to ./dist/
bun preview Preview your build locally, before deploying
bun astro ... Run CLI commands like astro add, astro check
bun astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.