forked from swablab/website
Source of swablab.de
.devcontainer | ||
.forgejo/workflows | ||
.vscode | ||
public | ||
src | ||
.gitignore | ||
astro.config.ts | ||
Containerfile | ||
deno.json | ||
deno.lock | ||
LICENSE | ||
nginx.conf | ||
package.json | ||
README.md | ||
tailwind.config.ts |
swablab.de
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.