amandakievet / uvrc

The website of the Upper Valley Running Club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UVRC Gatsby Tailwind Prismic Starter

A Gatsby starter styled using Tailwind, a utility-first CSS framework. Pulling data from Prismic, a headless CMS
Uses Purgecss to remove unused CSS.


What is Tailwind?

"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." –Tailwind

What is Gatsby?

"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps." -Gatsby

What is Prismic?

"Prismic is a Content Management System, a tool for editing online content" - Prismic

Get started

Install Gatsby CLI:

npm i --global gatsby-cli

Clone this repo

From root directory run

gatsby develop

To see local site visit http://localhost:8000/ To see Graphql interface visit http://localhost:8000/___graphql

You'll need access to the Prismic repository in order to create new CMS content. TBD whether or not to upgrade to have a larger team

Resources

Change Me

About

The website of the Upper Valley Running Club

License:MIT License


Languages

Language:JavaScript 96.3%Language:CSS 3.7%