This repository has my personal website powered by Phoenix.
- Clone the repository:
git clone https://github.com/pepicrft/website.git
. - Install dependencies:
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside a REPL withiex -S mix phx.server
Visit localhost:4000
from your browser.