Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.13 KB

Welcome to Contentful Remix Workshop!

In this workshop you will learn to build a portofilo website with Remix and Contentful.

This repository contains different branches. Each branch representing a separate step.

  • Step 1
    • Setup a Remix project
    • Install and configure TailwindCSS
    • Create Blog and About pages
    • Create a Navigation component
  • Step 2
    • Create a blog content type in Contentful
    • Add entries for the blog
    • Create an About content type in Contentful
    • Add an entry for the About type
  • Step 3
    • Configure a .env file
    • Create contentful.server.js file
    • Render content from Contentful
  • Step 4
    • Add dynamic routing

Resources