No description
Find a file
Per-Victor Persson 7ea17db989 Update
2020-12-17 17:33:46 +01:00
assets fix 2019-02-20 19:03:17 +01:00
config Update 2020-12-17 17:33:46 +01:00
lib Client styling 2019-02-20 14:26:26 +01:00
priv init 2019-02-10 16:06:15 +01:00
sharedb-text Client styling 2019-02-20 14:26:26 +01:00
test init 2019-02-10 16:06:15 +01:00
.babelrc Add presentation 2019-02-20 08:27:14 +01:00
.editorconfig init 2019-02-10 16:06:15 +01:00
.formatter.exs init 2019-02-10 16:06:15 +01:00
.gitignore Add presentation 2019-02-20 08:27:14 +01:00
mix.exs init 2019-02-10 16:06:15 +01:00
mix.lock init 2019-02-10 16:06:15 +01:00
package-lock.json Add presentation 2019-02-20 08:27:14 +01:00
package.json Add presentation 2019-02-20 08:27:14 +01:00
README.md init 2019-02-10 16:06:15 +01:00
tsconfig.json Add presentation 2019-02-20 08:27:14 +01:00
yarn.lock Add presentation 2019-02-20 08:27:14 +01:00

CrdtTalk

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