Skip to content

pepicrft/pepicrft.me

Repository files navigation

Website

This repository has my personal website powered by Phoenix.

Set up

  1. Clone the repository: git clone https://github.com/pepicrft/website.git.
  2. Install dependencies: mix deps.get
  3. Create and migrate your database with mix ecto.setup
  4. Start Phoenix endpoint with mix phx.server or inside a REPL with iex -S mix phx.server

Visit localhost:4000 from your browser.