A set of tools and services
  • Nix 82.9%
  • Svelte 9.2%
  • TypeScript 4.5%
  • Just 2.1%
  • Astro 1.2%
Find a file
Renovate a63dbd8463
All checks were successful
ci/woodpecker/push/verify Pipeline was successful
ci/woodpecker/push/push Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
chore(deps): update dependency @hey-api/openapi-ts to v0.97.3
2026-05-26 00:01:05 +00: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 fix: Get environment from import meta instead of global Bun 2026-05-15 19:50:34 +02: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 Remove Forgejo actions 2026-05-03 16:33:51 +02: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.97.3 2026-05-26 00:01:05 +00:00
bun.nix chore: Update Nix flake 2026-04-30 20:59:15 +02:00
flake.lock chore: Update Nix flake 2026-04-30 20:59:15 +02:00
flake.nix init/woodpecker (#14) 2026-04-12 12:48:45 +00:00
justfile fix: Fix bun format in Justfile 2026-05-02 15:46:14 +02:00
package.json chore(deps): update dependency @hey-api/openapi-ts to v0.97.3 2026-05-26 00:01:05 +00:00
README.md Add woodpecker deploy to ArgoCD job (#21) 2026-04-25 10:27:46 +00: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 Add woodpecker deploy to ArgoCD job (#21) 2026-04-25 10:27:46 +00:00
tsconfig.json fix(TS): Add bun to compilerOptions.types 2026-03-30 14:41:45 +00:00

Toolbox

Name Status
Woodpecker Pipeline
Dev environment
Prod environment

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.