all repos — homestead @ da0355160e9603f097438c446ef1f9c992758ddb

My future indieweb platform

drwxrwxrwx
src/
drwxrwxrwx
test/
-rw-r--r--
10
.envrc
-rw-r--r--
2172
.gitignore
-rw-r--r--
396
README.md
-rwxr-xr-x
1630
bun.lockb
-rw-r--r--
569
flake.lock
-rw-r--r--
867
flake.nix
-rw-r--r--
230
package.json
-rw-r--r--
539
tsconfig.json

homestead

Goals

  1. Static web server with prometheus-based analytics
  2. Dynamic web server capable of generating Zola-based websites
  3. More indieweb features

Installing

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v0.8.1. Bun is a fast all-in-one JavaScript runtime.