Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheRiceCold

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.

Setup

Bare

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

Container

  • 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=.

About

Personal website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages