Misc readme updates

* ✔️ SSO SSB
* typo
* link + clarification re: tailwind
This commit is contained in:
Alexander Cobleigh 2021-04-08 10:34:06 +02:00 committed by GitHub
parent c611a9ccee
commit b37afdd24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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.