Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 815 Bytes

File metadata and controls

32 lines (20 loc) · 815 Bytes

Is Disney World Open Yet?

Informational website built using Gatbsy and Tailwind CSS. Content is manually updated via modifying content.json.

Visit the live site here: Is Disney World Open Yet?

Get started

Install the Gatsby CLI:

npm i --global gatsby-cli

Start the gatsby development server:

gatsby develop

Visit http:\\localhost:8000 in your browser

Build your site

Use gatsby build to build your site for production.

Resources