A small ActivityPub server.
Go to file
Shadowfacts 680f82664e
Add login/logout buttons
2020-01-15 21:24:35 -05:00
assets Initial commit and DB schema 2019-09-28 18:30:55 -04:00
config Add login/logout buttons 2020-01-15 21:24:35 -05:00
lib Add login/logout buttons 2020-01-15 21:24:35 -05:00
priv Add user passwords 2019-10-02 17:04:56 -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 Add actors/fetching 2019-09-29 18:30:59 -04:00
README.md Initial commit and DB schema 2019-09-28 18:30:55 -04:00
mix.exs Add user passwords 2019-10-02 17:04:56 -04:00
mix.lock Add user passwords 2019-10-02 17:04:56 -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