Bump welshman

This commit is contained in:
Jon Staab
2024-10-09 09:55:09 -07:00
parent 3d85846f5f
commit 6183772029
3 changed files with 80 additions and 97 deletions
+8
View File
@@ -2,6 +2,14 @@
A discord-like nostr client based on the idea of "relays as groups". WIP.
# Deploy
To run your own Flotilla, it's as simple as `npm run build`, then serve the `build` directory.
# Development
Run `npm run dev` to get a dev server, and `npm run check:watch` to watch for typescript errors. When you're ready to commit, run `npm run format && npm run lint` and fix any errors that come up.
# Todo
- [ ] Hook up donate buttons