forked from swablab/website
16 lines
623 B
Markdown
16 lines
623 B
Markdown
# swablab.de
|
|
|
|
[](https://github.com/swablab/website/actions/workflows/main.yml)
|
|
|
|
These are the source files for the page published at https://swablab.de.
|
|
|
|
Powered by [Astro](https://astro.build)
|
|
|
|
# Installation
|
|
|
|
We recommend [deno](https://deno.com/) 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.
|