Quellcode unserer Vereinswebsite https://swablab.de
Find a file
ndsboy f7c25b4614
All checks were successful
Build Astro / 🧪 Astro check (push) Successful in 1m14s
feat: use github actions
2025-02-22 17:39:24 +00:00
.devcontainer initial commit 2025-02-22 16:59:06 +00:00
.forgejo/workflows feat: use github actions 2025-02-22 17:39:24 +00:00
.vscode initial commit 2025-02-22 16:59:06 +00:00
public initial commit 2025-02-22 16:59:06 +00:00
src initial commit 2025-02-22 16:59:06 +00:00
.gitignore initial commit 2025-02-22 16:59:06 +00:00
astro.config.ts initial commit 2025-02-22 16:59:06 +00:00
Containerfile initial commit 2025-02-22 16:59:06 +00:00
deno.json initial commit 2025-02-22 16:59:06 +00:00
deno.lock initial commit 2025-02-22 16:59:06 +00:00
LICENSE initial commit 2025-02-22 16:59:06 +00:00
nginx.conf initial commit 2025-02-22 16:59:06 +00:00
package.json initial commit 2025-02-22 16:59:06 +00:00
README.md initial commit 2025-02-22 16:59:06 +00:00
tailwind.config.ts initial commit 2025-02-22 16:59:06 +00:00

swablab.de

Build Astro CI

These are the source files for the page published at https://swablab.de.

Powered by Astro

Installation

We recommend deno as the package manager. To install all required packages, execute deno task install.

Afterwards, you can develop with deno task dev and build with deno task build. It is recommended to use VSCode as your editor, as all tasks can be executed easily within VSCode.