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 4aa579d959
Update .gitignore
3 years ago
assets Frontend UI improvements 3 years ago
config Move federation to background job 3 years ago
lib Frontend UI improvements 3 years ago
priv Move federation to background job 3 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 Move federation to background job 3 years ago
mix.lock Move federation to background job 3 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