random-rants is a simple website where you can simply and easily create new rants and get them instantly updated to earch user.
- Add a
.md
file undersrc/messages/
and it’s live instantly. - Real-time updates through Server-Sent Events (SSE).
- Clean, responsive design.
- Markdown formatting supported.
- Code blocks with syntax highlighting
-
Clone this repository:
git clone https://github.com/LydonDev/random-rants.git cd random-rants
-
Install dependencies:
bun install
-
Start the app:
bun run dev