snix/web
Florian Klink c57ea7c7e3 docs(snix): move some more docs
Absorb some of the paragraphs from snix/docs/src/architecture.md, as
well as the blog post around the builder protocol, and extend it with a
bit more context.

The parts about the Evaluator are largely outdated (see the warning
above in that file), and otherwise already covered.

Update and restructure protocol.md to describe the goals of the builder.

Change-Id: I26ed625f7b6fcfded3e65cf87b00ceb33b75f229
Reviewed-on: https://cl.snix.dev/c/snix/+/30264
Reviewed-by: edef . <edef@edef.eu>
Tested-by: besadii
Autosubmit: Florian Klink <flokli@flokli.de>
2025-03-23 22:40:27 +00:00
..
assets fix(web): remove windows line endings 2025-03-21 13:29:01 +00:00
config fix(web): remove windows line endings 2025-03-21 13:29:01 +00:00
content docs(snix): move some more docs 2025-03-23 22:40:27 +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
default.nix chore(web): Build website using importNpmLock from nixpkgs 2025-03-19 12:16:24 +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