Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.62 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.62 KB

Crispwrite - Clean Blog Template

A minimalist, fast-loading blog built with 11ty and Tailwind CSS. Clean design, optimized for readability and performance.

DEMO

QUICK DEPLOY

Deploy to Netlify

Crispwrite Screenshot

DOCUMENTATION

Read Docs

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js (version 12 or higher)
  • npm (usually comes with Node.js)

Installation

  1. Clone the repository:
    git clone https://github.com/deepakness/crispwrite.git
    
  2. Navigate to the project directory:
    cd crispwrite
    
  3. Install dependencies:
    npm install
    

Development

To start the development server:

npm run start

This will start a local server and you can view your site at http://localhost:8080.

Building for Production

To build the site for production:

npm run build

This will generate the static site in the _site directory.

Built With

Additional Help

If you require additional help with the set up, customization, deployment, or anything related, please visit the documentation wiki.