Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdougie/subscribe.bdougie.live
💻 for subscribe.bdougie.live
https://github.com/bdougie/subscribe.bdougie.live
eleventy eleventy-website
Last synced: about 2 months ago
JSON representation
💻 for subscribe.bdougie.live
- Host: GitHub
- URL: https://github.com/bdougie/subscribe.bdougie.live
- Owner: bdougie
- License: mit
- Created: 2020-08-23T17:07:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T18:34:14.000Z (about 4 years ago)
- Last Synced: 2024-11-01T08:42:30.560Z (3 months ago)
- Topics: eleventy, eleventy-website
- Language: CSS
- Homepage: https://subscribe.bdougie.live
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eleventy-tailwindcss-alpinejs-starter
A starter repository showing how to build a website with the [Eleventy](https://www.11ty.dev), [Tailwind CSS](https://tailwindcss.com), and [Alpine.js](https://github.com/alpinejs/alpine).
## Getting Started
### 1. Clone this Repository
```
git clone https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter.git my-website-name
```### 2. Navigate to the directory
```
cd my-website-name
```### 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
[Greg Wolanski](https://gregwolanski.com)
## License
MIT
See `LICENSE` for more information.