A small ActivityPub server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Shadowfacts 8b18d10b0a
Fix notifications query not working for those without
2 years ago
assets Add post content type to frontend 3 years ago
config Handle more json-like content types 2 years ago
lib Fix notifications query not working for those without 2 years ago
priv Make notification handling marginally less painful 2 years ago
test Initial commit and DB schema 4 years ago
.formatter.exs Initial commit and DB schema 4 years ago
.gitignore Update .gitignore 3 years ago
README.md Initial commit and DB schema 4 years ago
mix.exs Add mentioning actors 3 years ago
mix.lock Update things 2 years ago

README.md

Clacks

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more