# TailwindCSS 中文文档 **Repository Path**: esinger/tailwindcss ## Basic Information - **Project Name**: TailwindCSS 中文文档 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gitee - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2021-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tailwind CSS 中文文档 [Tailwind CSS 中文文档](http://docs.tailwindchina.com/) 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/tailwindchina/docs.git ``` 2. Go into the project root directory ```sh cd docs ``` 3. Install JS dependencies ```sh yarn ``` 4. Start the dev server ```sh yarn dev ``` 5. Export static pages ```sh yarn export ``` 6. Push to github ```sh git push origin master ``` 7. Deploy The documents will automatically deploy to Github pages.