Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olange/netlify-cms-starter
https://github.com/olange/netlify-cms-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/olange/netlify-cms-starter
- Owner: olange
- License: mit
- Created: 2020-10-29T10:37:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T10:38:52.000Z (about 4 years ago)
- Last Synced: 2024-10-18T23:13:06.160Z (2 months ago)
- Language: HTML
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- 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/)| ![image](https://user-images.githubusercontent.com/1884712/93762662-a62e4700-fc2d-11ea-9b2c-fda9f503402b.png) |
| ------------------------------------------------------------------------------------------------------------- |## Getting Started
### 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/) )