A starter project for Hugo and TailwindCSS v4.0
Ready to deploy in Vercel ๐
View Live ยป
Report Bug
·
Request Feature
This starter project integrates Hugo with TailwindCSS v4.0 and is ready for deployment on Vercel.
Ensure you have the following installed:
To get a local copy up and running, follow these steps:
Clone the repository
git clone https://github.com/odhyp/hugo-tailwindcss-starter.git
Navigate to the project directory
cd hugo-tailwindcss-starter
Install the Node.js dependencies
npm install
Run the development server
npm run dev
When development is complete, build the optimized Hugo site
npm run build
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/YourFeature
)git commit -m 'Add some YourFeature'
)git push origin feature/YourFeature
)Distributed under the MIT License. See LICENSE
for more information.