Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

pepicrft/website

Folders and files

NameName
Last commit message
Last commit date
Oct 24, 2024
Jun 22, 2024
May 20, 2024
Aug 1, 2024
Sep 28, 2024
Sep 28, 2024
Dec 22, 2022
Jun 17, 2023
Aug 22, 2022
Sep 11, 2022
Jun 26, 2024
Aug 4, 2024
Dec 29, 2024
Dec 29, 2024
Aug 4, 2024
Dec 22, 2022
Dec 22, 2022
Dec 22, 2022
Dec 8, 2024
Dec 8, 2024
Dec 11, 2022

Repository files navigation

Website

website

This repository contains Pepicrft' 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 IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more