The source for the Brewex website.
Brewex is a tool for deploying Elixir applications on your own VPS like DigitalOcean.
The website contains the landing page, blog and documentation for Brewex. It's built using Phoenix and Surface.
To start your Phoenix server:
- Install dependencies with
mix deps.get
- 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.