Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/distantcam/windty
- Owner: distantcam
- License: unlicense
- Created: 2020-12-28T04:22:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T00:17:26.000Z (23 days ago)
- Last Synced: 2024-12-27T03:09:17.129Z (14 days ago)
- Topics: eleventy, tailwindcss
- Language: HTML
- Homepage: https://distantcam.github.io/windty/
- Size: 2.19 MB
- Stars: 50
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)