Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/distantcam/windty

Windty is a basic template using 11ty and Tailwind
https://github.com/distantcam/windty

eleventy tailwindcss

Last synced: 7 days ago
JSON representation

Windty is a basic template using 11ty and Tailwind

Awesome Lists containing this project

README

        

# windty 🌬️

Windty is a basic template using 11ty and Tailwind, and deploys to github pages.

## How to use
1. [Create a new repo from windty’s template](https://github.com/distantcam/windty/generate), or [clone this one](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
2. Install dependencies: `npm install`
3. Start development: `npm start`
4. See your website at http://localhost:8080/
5. To build the release version: `npm run build`
6. When ready, push to GitHub and the action will build and publish your site to [GitHub Pages](https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages)