autonomous.contact/README.md

41 lines
758 B
Markdown
Raw Normal View History

2025-06-24 15:51:02 -07:00
## Getting Started Developing
1) Install Deno
2025-06-24 15:51:02 -07:00
Run their shell script (note: as yourself, not root)
2025-06-24 15:51:02 -07:00
```
curl -fsSL https://deno.land/install.sh | sh
```
2025-06-24 15:51:02 -07:00
Or using Nix:
2025-06-24 15:51:02 -07:00
```
nix-shell -p deno
```
2025-06-24 15:51:02 -07:00
2) Clone the repo:
`git clone https://andyburke.dev/andyburke/autonomous.contact.git`
3) Start the server:
`deno run task serve`
4) Navigate to http://localhost:8000
2025-06-24 15:51:02 -07:00
2025-06-24 15:44:58 -07:00
## TODO
- [x] sign up
2025-06-25 20:51:49 -07:00
- [x] check for logged in user session
- [x] log in
2025-06-24 15:44:58 -07:00
- [ ] 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