Skip to content

Simple collaborative editor on Elixir with Phoenix channels

License

Notifications You must be signed in to change notification settings

kevinzg/phoenix-bloc

Repository files navigation

PhoenixBloc

To start your Phoenix server:

  • Build Docker images with docker-compose build
  • Install dependencies with docker-compose run --rm web mix deps.get
  • Install Node.js dependencies with docker-compose run --rm web sh -c "cd assets && npm install"
  • Start Phoenix endpoint with docker-compose up

Now you can visit localhost:4000 from your browser.

To-do

  • Implement proper OT
  • Save the latest bloc version