Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 352 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 352 Bytes

ExPlayground

Run Elixir code in your browser.

Development

Make sure you have Elixir, PostgreSQL and Docker installed on your computer.

Initial steps:

$ mix deps.get
$ npm install
$ bower install
$ mix do ecto.create, ecto.migrate
$ docker pull stevedomin/ex_playground:latest

Running it:

$ mix phoenix.server