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?
Install the Gatsby CLI:
npm i --global gatsby-cli
Start the gatsby development server:
gatsby develop
Visit http:\\localhost:8000
in your browser
Use gatsby build
to build your site for production.