/bar

B.A.R (burn after reading) is a self-hosted paste bin built with Go + HTMX

Primary LanguageCSS

Burn After Reading

B.A.R is an open-source project for those that want to self-host their own paste bin. It is built with GO + HTMX.

This project is very much a work in progress and is currently a weekend project for me to learn Go and HTMX. Please use with caution. PRs welcome.

Screenshot 2024-02-13 at 11 40 53 AM

Development

Install the air command:

go install github.com/cosmtrek/air@latest

Run the air command to launch the dev server:

air

Download the Tailwindcss Standalone CLI:

In a separate window, run the tailwindcss build command:

tailwindcss build -o public/css/tailwind.css --watch