https://github.com/staticjscms/static-cms-eleventy-netlify-template
Eleventy + Static CMS on Netlify
https://github.com/staticjscms/static-cms-eleventy-netlify-template
cms eleventy netlify static static-cms
Last synced: 6 months ago
JSON representation
Eleventy + Static CMS on Netlify
- Host: GitHub
- URL: https://github.com/staticjscms/static-cms-eleventy-netlify-template
- Owner: StaticJsCMS
- License: mit
- Created: 2022-11-01T00:24:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T13:46:19.000Z (9 months ago)
- Last Synced: 2024-08-28T15:11:09.979Z (9 months ago)
- Topics: cms, eleventy, netlify, static, static-cms
- Language: HTML
- Homepage: https://eleventy.staticcms.org/
- Size: 158 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Eleventy Starter
Starter Template for Static CMS, Eleventy, Alpine JS & Tailwind CSS
### Technologies used:
- [Static CMS](https://staticjscms.netlify.app/)
- [Eleventy](https://www.11ty.dev/)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [Tailwind CSS](https://tailwindcss.com/)### 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
```