This is an interactive website for learning elixir. You can see it in action at:
Follow the instructions at https://www.docker.com
If you use OS X, use boot2docker and ensure that you run $(boot2docker shellinit) in the terminal
On OS X, brew install postgresql
To start your new Phoenix application:
- Install dependencies with
mix deps.get - Download docker image with
mix docker.pull - Create and migrate the database with
mix db.reset - Start Phoenix with
mix phoenix.server
Now you can visit localhost:4000 from your browser.
Run the tests locally with mix test
Please see CONTRIBUTING.md