A minimalist, fast-loading blog built with 11ty and Tailwind CSS. Clean design, optimized for readability and performance.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (version 12 or higher)
- npm (usually comes with Node.js)
- Clone the repository:
git clone https://github.com/deepakness/crispwrite.git
- Navigate to the project directory:
cd crispwrite
- Install dependencies:
npm install
To start the development server:
npm run start
This will start a local server and you can view your site at http://localhost:8080
.
To build the site for production:
npm run build
This will generate the static site in the _site
directory.
- Eleventy - Static Site Generator
- Tailwind CSS - CSS Framework
If you require additional help with the set up, customization, deployment, or anything related, please visit the documentation wiki.