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
- Configure a
- Step 4
- Add dynamic routing