kristinbaumann / jamstack-trees-workshop-end

Project showing the JAMstack Principle with the Beauty of Trees :evergreen_tree: - Workshop End Point

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAMstack Trees 🌲 - Workshop End

Screenshot

Why and What?

This project exemplarily shows the principle of the JAMstack with the beauty of trees 🌲 🌳 🌴

See Live Version: https://jamstack-trees-workshop-end.netlify.com/

Definition of JAMstack:

"Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup." Source: https://jamstack.org/

It is a small site with content handling (statically rendered and served).

Used tools and services: Github, Gatsby, React, Contentful, GraphQL, ...

Setup

  • Clone this repository: git clone git@github.com:kristinbaumann/jamstack-trees-workshop-end.git
  • Go into the directory and install node modules: yarn install
  • Set up environment variables
  • To start developing locally, run gatsby develop. Your site is on http://localhost:8000

The project is built on top of Gatsby's default starter. You can find more documentation here: https://github.com/gatsbyjs/gatsby-starter-default

About

Project showing the JAMstack Principle with the Beauty of Trees :evergreen_tree: - Workshop End Point

License:MIT License


Languages

Language:CSS 78.6%Language:JavaScript 21.4%