snix/web
Florian Klink 2ed36b49b5 fix(docs/components/overview): prevent overlap in component diagram
This prevents the SVG from overflowing into the "On this page" sidebar
on the right. We apparently still need to set a height.

Change-Id: Iae4183f92115b3190195a5f524bff18b18ad4d39
Reviewed-on: https://cl.snix.dev/c/snix/+/30297
Tested-by: besadii
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Autosubmit: Florian Klink <flokli@flokli.de>
2025-04-04 23:52:43 +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 fix(docs/components/overview): prevent overlap in component diagram 2025-04-04 23:52:43 +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 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