Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 948 Bytes

File metadata and controls

45 lines (29 loc) · 948 Bytes

Eleventy Starter

Starter Template for Static CMS, Eleventy, Alpine JS & Tailwind CSS

Technologies used:

Deploy to Netlify

1. Clone this Repository

git clone https://github.com/StaticJsCMS/static-cms-eleventy-netlify-template.git

2. Navigate to the directory

cd static-cms-eleventy-netlify-template

3. Install dependencies

npm install

4. Build the project to generate the first CSS

This step is only required the very first time.

npm run build

5. Run Eleventy

npm run start