Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.08 KB

Stand With Ukraine

Eleventy starter

Install

If you want to quickly install for local testing follow the instructions below:

Requirements

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

Step one

git clone https://github.com/sonikbro/eleventy-stater

Step two

Install the site and run an initial build command:

cd eleventy-stater

npm install

If you get errors here, double check your node version!

Step three

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. 💥