# tailwindcss.com **Repository Path**: sunmd01/tailwindcss.com ## Basic Information - **Project Name**: tailwindcss.com - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tailwind CSS Documentation Tailwind CSS uses [Next.js](https://nextjs.org/) for its documentation. Here is how you can run the project locally: 1. Clone this repo ```sh git clone https://github.com/tailwindlabs/tailwindcss.com.git ``` 2. Go into the project root directory ```sh cd tailwindcss.com ``` 3. Install JS dependencies ```sh yarn ``` 4. Start the dev server ```sh yarn dev ```