Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 518 Bytes

File metadata and controls

28 lines (15 loc) · 518 Bytes

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