If you want to quickly install for local testing follow the instructions below:
You must be running Node version 12 or higher due to the Tailwind 2.0 release. I recommend using NVM to easily manage your Node versions if you need to switch back and forth between older versions.
To find your current node version:
node --version
git clone https://github.com/sonikbro/eleventy-stater
Install the site and run an initial build command:
cd eleventy-stater
npm install
If you get errors here, double check your node version!
Now spin up your local server to see your site!
npm run start
This command will start a local server and you'll be able to work on your site with hot reloads and some nice Browsersync features. 💥