Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 575 Bytes

Daily Good Thing

https://www.dailygoodthing.com/

This is a very simple website displaying a good thing (image or video) every day.
It's a side project to learn more about the JAMstack concept. I'm used it to play with some modern stuff. 🎮

Tool Description
Gridsome Static Site Generator
Tailwindcss Design System
Contentful Headless CMS

Installation

npm install

Compile and start a development server

npm run develop

Build

npm run build