Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troggy/static-cms-eleventy-netlify-template
https://github.com/troggy/static-cms-eleventy-netlify-template
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/troggy/static-cms-eleventy-netlify-template
- Owner: troggy
- License: mit
- Created: 2023-09-18T20:27:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T20:28:10.000Z (over 1 year ago)
- Last Synced: 2025-01-03T01:09:53.291Z (29 days ago)
- Language: HTML
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```