snix/web
Florian Klink ea90045ddc docs(snix/docs/TODO): drop builder TODOs
A mention of these different builders is included in the a footnote
in the documentation, and various issues for the different TODOs were
created:

 - #128 Implement bwrap-based Builder
 - #129 Implement gVisor-based builder
 - #130 Implement Cloud Hypervisor-based builder
 - #131 OCI builder: add preflight checks
 - #132 BuildService: refactor to be more granular

Change-Id: I349b799e233ba8bef39a139cf2453d3214bb69b3
Reviewed-on: https://cl.snix.dev/c/snix/+/30474
Autosubmit: Florian Klink <flokli@flokli.de>
Tested-by: besadii
Reviewed-by: Jonas Chevalier <zimbatm@zimbatm.com>
2025-05-05 11:56:26 +00:00
..
assets feat(web): add nlnet logo 2025-05-01 17:53:00 +00:00
config fix(web): remove windows line endings 2025-03-21 13:29:01 +00:00
content docs(snix/docs/TODO): drop builder TODOs 2025-05-05 11:56:26 +00:00
layouts feat(snix/web): add icon next to external links 2025-03-23 02:01:09 +00:00
static feat(web/website): init 2025-03-17 17:15:08 +00:00
.gitignore feat(web/website): init 2025-03-17 17:15:08 +00:00
.skip-subtree fix(web): opt out subtree from readTree 2025-04-24 08:39:11 +00:00
default.nix fix(web): update derivation name 2025-04-04 16:41:15 +00:00
netlify.toml fix(web): remove windows line endings 2025-03-21 13:29:01 +00:00
package-lock.json feat(web/website): init 2025-03-17 17:15:08 +00:00
package.json feat(web/website): init 2025-03-17 17:15:08 +00:00
README.md feat(web/website): init 2025-03-17 17:15:08 +00:00

snix-website

This is the Snix website, hosted on https://snix.dev.

It uses Doks, which uses Thulite.

You can either mg build :website to use the Nix build, or get an interactive, live-reloading version.

$ mg shell :shell
$ npm i
$ npm run dev