You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Alain Zscheile 5cede534dd no more pubkey_db! 4 months ago
assets no more pubkey_db! 4 months ago
config no more pubkey_db! 4 months ago
lib no more pubkey_db! 4 months ago
priv initial commit 4 months ago
test basic chat stuff 4 months ago
.formatter.exs initial commit 4 months ago
.gitignore fix wrong paths 4 months ago
README.md initial commit 4 months ago
mix.exs add basic floof handling 4 months ago
mix.lock no more pubkey_db! 4 months ago
shell.nix initial commit 4 months ago

README.md

Chat

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more