Skip to content

bigardone/phoenix-cms

Repository files navigation

PhoenixCms

Headless CMS fun with Phoenix LiveView and Airtable.

Tutorial

  1. Introduction.
  2. The project set up and implementing the repository pattern.
  3. Content rendering using Phoenix LiveView.
  4. Adding a cache to the repository and broadcasting changes to the views.

How to run it locally

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.