website/README.md

5 lines
309 B
Markdown
Raw Normal View History

2024-09-21 22:13:59 +03:00
code for my personal website.
2024-07-11 15:51:49 +03:00
2024-09-21 22:13:59 +03:00
- the website itself uses sveltekit (w/ typescript) and tailwindcss. it's served with bun.
- the guestbook backend is written in scala, with http4s. it's compiled to a native binary using graalvm.
- it's deployed to my server with nix, so it's packaged with nix (see flake.nix).