Ultra lightweight and blazingly fast multilingual website using Bun + AstroJS + Org mode + Nix.
This website serves as documentation of my professional background, projects and insights.
Prerequisite: Bun v1.3
- Clone the repo:
git clone https://github.com/thericecode/thericecold.github.io - Install modules:
bun install - Run server:
bun run dev
- Install and run the server with Docker or Podman:
docker run --rm -it \
-v "$(pwd)":/app -w /app \
-p 4321:4321 \
oven/bun:alpine \
sh -c "bun i; bun run dev -- --host"
+#end_src
**** With Nix
+ Just run =nix-shell=, then run =bun dev=.