From b37afdd24a147efca38ff9e0b749a349241b04ab Mon Sep 17 00:00:00 2001 From: Alexander Cobleigh Date: Thu, 8 Apr 2021 10:34:06 +0200 Subject: [PATCH] Misc readme updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✔️ SSO SSB * typo * link + clarification re: tailwind --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36e584fd..cea774ee 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ It includes: * [x] Rooms v1 (`tunnel.connect`, `tunnel.endpoints`, etc.) * [x] Simple allow-listing, administerd via the web dashboard -* [ ] Sign-in with SSB -* [ ] Alias managment +* [x] Sign-in with SSB +* [ ] Alias management ## Development @@ -56,6 +56,8 @@ cd cmd/server && go build -tags dev && ./server This can be useful if you are working on: * the sqlite migrations, * html templates, +* styling elements using [tailwind](https://tailwindcss.com/docs/) + * _if you don't run generate with `-tags dev`, the bundled css will only contain the tailwind classes found in *.tmpl at the time of generation!_ * or website assets This way, the build won't use the assets embedded in the binary, but instead read them directly from the local filesystem.