Gartnerihagen screenshot

Gartnerihagen

Author Avatar Theme by Klekanger
Updated: 11 Jun 2023
8 Stars

Webside for Boligsameiet Gartnerihagen. Basert på Gatsby m/Chakra UI, Contentful, Netlify og Auth0.

Categories

Overview

The web pages for a condominium have been built using Gatsby, Chakra UI, Contentful, and Auth0. The source code for these web pages is open source and includes protected routes in Gatsby and a user admin dashboard built with Gatsby Functions and Auth0 Management API. The project has been discussed in a 6 part series on Dev.to.

Features

  • Gatsby and Chakra UI used for building the web pages.
  • Protected routes implemented in Gatsby.
  • User admin dashboard built with Gatsby Functions and Auth0 Management API.
  • Content is hosted on Contentful.
  • Continuous deployment triggered on Netlify when new content is published on Contentful.

Installation

To install the theme, follow the steps below:

  1. Clone the repository: git clone https://github.com/<username>/<repository>.git
  2. Install dependencies: npm install
  3. Configure Auth0 credentials in Gatsby’s environment variables.
  4. Configure Contentful credentials in Gatsby’s environment variables.
  5. Run the development server: gatsby develop

Summary

The web pages for a condominium have been successfully built using Gatsby, Chakra UI, Contentful, and Auth0. The project includes several key features such as protected routes and a user admin dashboard. The source code is open source and available for improvement suggestions and bug reports.