No description
| models | ||
| public | ||
| utils | ||
| .gitignore | ||
| deno.json | ||
| deno.lock | ||
| README.md | ||
Getting Started Developing
-
Install Deno
Run their shell script (note: as yourself, not root)
curl -fsSL https://deno.land/install.sh | shOr using Nix:
nix-shell -p deno -
Clone the repo:
git clone https://andyburke.dev/andyburke/autonomous.contact.git -
Start the server:
deno run task serve -
Navigate to http://localhost:8000
TODO
- 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