windty
windty copied to clipboard
Windty is a basic template using 11ty and Tailwind
windty 🌬️
Windty is a basic template using 11ty and Tailwind, and deploys to github pages.
How to use
- Create a new repo from windty’s template, or clone this one
- Install dependencies:
npm install - Start development:
npm start - See your website at http://localhost:8080/
- To build the release version:
npm run build - When ready, push to GitHub and the action will build and publish your site to GitHub Pages