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-cliStart the gatsby development server:
gatsby developVisit http:\\localhost:8000 in your browser
Use gatsby build to build your site for production.