https://github.com/ivanminutillo/beatricemessineo
https://github.com/ivanminutillo/beatricemessineo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanminutillo/beatricemessineo
- Owner: ivanminutillo
- License: mit
- Created: 2023-09-06T14:09:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T08:53:53.000Z (over 1 year ago)
- Last Synced: 2025-01-11T23:35:19.640Z (4 months ago)
- Language: HTML
- Size: 10.5 MB
- 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
# Neat Starter
Starter Template for **N**etlify CMS, **E**leventy, **A**lphine JS & **T**ailwind CSS
## Live Demo
[https://neat-starter.netlify.app/](https://neat-starter.netlify.app/)
### Technologies used:
- [Netlify CMS](https://www.netlifycms.org/)
- [Eleventy](https://www.11ty.dev/)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [Tailwind CSS](https://tailwindcss.com/)|  |
| ------------------------------------------------------------------------------------------------------------- |## Getting Started
Detailed instructions are available in my blog. [Check it out](https://blog.surjithctly.in/neat-stack-create-a-static-website-with-netlify-cms-eleventy-alpinejs-and-tailwindcss)
### 1\. Clone this Repository
```
git clone https://github.com/surjithctly/neat-starter.git
```### 2\. Navigate to the directory
```
cd neat-starter
```### 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
```## Author
Surjith S M ( [@surjithctly](https://surjithctly.in/) )