Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 495 Bytes

Learn Elixir's Landing Page

Purpose

This website is the landing page of learn-elixir.dev it is entierly built with phoenix templates and exposes the live dashboard even in production.

Goals

  • Make use of LiveView to do some rendering stuff with the background

Developing

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.