Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 641 Bytes

File metadata and controls

27 lines (21 loc) · 641 Bytes

🐴🦀

This is a WIP forum that doesn't use any JavaScript! And it shouldn't suck either. It uses a custom templating engine (LAWL) that dynamically rewrites Lua expression embedded in HTML.

Goals

  • Should be lightweight and fast.
  • Privacy first.
  • It should look good.
  • It should be accessible and modern.
  • Shouldn't be a nightmare to host.

Progress

Current work is tracked in PROJECT.md

Requirements

  • Rust :D

Quickstart

cp .env.dev .env
touch database.db # ignore if you're using postgres or mysql
cargo run -p migration fresh
cargo run

Notes

Zero AI was used in the making of this project