No description
Find a file
2025-06-27 17:54:04 -07:00
models feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
public feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
tests feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
utils feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
.gitignore feature: initial commit 2025-06-24 15:40:30 -07:00
deno.json feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
deno.lock feature: rooms and events implemented on the backend 2025-06-27 17:54:04 -07:00
README.md docs: update README 2025-06-25 20:51:49 -07:00

Getting Started Developing

  1. Install Deno

    Run their shell script (note: as yourself, not root)

    curl -fsSL https://deno.land/install.sh | sh
    

    Or using Nix:

    nix-shell -p deno
    
  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

TODO

  • sign up
  • check for logged in user session
  • 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