2025-06-24 15:51:02 -07:00
|
|
|
## Getting Started Developing
|
|
|
|
|
|
|
|
Run their shell script (note: as yourself, not root)
|
|
|
|
|
|
|
|
```
|
|
|
|
curl -fsSL https://deno.land/install.sh | sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Using Nix:
|
|
|
|
|
|
|
|
```
|
|
|
|
nix-shell -p deno
|
|
|
|
```
|
|
|
|
|
|
|
|
`deno run task serve`
|
|
|
|
|
|
|
|
navigate to http://localhost:8000
|
|
|
|
|
2025-06-24 15:44:58 -07:00
|
|
|
## TODO
|
|
|
|
|
|
|
|
- [x] sign up
|
|
|
|
- [ ] log in
|
|
|
|
- [ ] chat rooms
|
|
|
|
- [ ] chat messages
|
|
|
|
- [ ] bulletin board instead of exchange/work?
|
|
|
|
- [ ] post-it style notes with tag and keyword filtering?
|
|
|
|
- [ ] simple wiki for resources
|
|
|
|
- [ ] simple calendar with public/private event tracking
|
|
|
|
- [ ] caldav support?
|
|
|
|
- [ ] user profile page
|
|
|
|
- [ ] user profile editing
|