A small ActivityPub server.
Go to file
Shadowfacts b6d7f45c60 Some things that I've long since forgotten. Let's hope they work 2021-08-25 16:11:08 -04:00
assets Add post content type to frontend 2020-05-25 19:34:58 -04:00
config Send Webmentions to linked URLs, excluding mentions 2020-05-25 18:18:21 -04:00
lib Some things that I've long since forgotten. Let's hope they work 2021-08-25 16:11:08 -04:00
priv Add basic notifications 2020-05-24 16:26:10 -04:00
test Initial commit and DB schema 2019-09-28 18:30:55 -04:00
.formatter.exs Initial commit and DB schema 2019-09-28 18:30:55 -04:00
.gitignore Update .gitignore 2020-04-25 12:31:13 -04:00
README.md Initial commit and DB schema 2019-09-28 18:30:55 -04:00
mix.exs Add mentioning actors 2020-05-22 22:56:02 -04:00
mix.lock Add mentioning actors 2020-05-22 22:56:02 -04:00

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