Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.08 KB

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.