Just an idea...
This is just the start of a little microsite idea I wanna do in 2020.
I cloned this intial project from Phil's ElevenTail to give me a starter kit.
Prerequisites
Running locally
# install Netlify CLI globally
npm install netlify-cli -g
# install the project dependencies
npm install
# run the build and server locally
netlify dev