Free
A simple starter project to create a blog using Eleventy and Tailwind CSS
About the template
See demo here!
Getting Started
- Clone this repository
git clone https://github.com/dafiulh/vredeburg.git blog-name
- Navigate to the directory
cd blog-name
- Install dependencies
npm install
Use in development
npm start
Build for production
npm run build
For debugging purposes
npm run debug