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.serveror inside a REPL withiex -S mix phx.server
Visit localhost:4000 from your browser.