This website is to showcase projects and libraries built with Elixir. Please submit a pull request to add your projects, I'm working on the form to submit via the site. Also, if you have any suggestions or feature request please submit a pull request.
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Install Node.js dependencies with
cd assets && npm install - Run the test with
mix test - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000 from your browser.