Skip to content

tailwindchina/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d2aa4e · Feb 3, 2021
Aug 26, 2020
Jan 31, 2021
Nov 18, 2020
Jan 18, 2021
Jan 7, 2021
Feb 3, 2021
Oct 15, 2020
Aug 11, 2020
Jul 22, 2020
Dec 18, 2020
Dec 15, 2020
Aug 11, 2020
Dec 17, 2020
Nov 16, 2020
Dec 15, 2020
Jan 7, 2021
Jul 22, 2020
Jul 22, 2020
Dec 7, 2020
Nov 27, 2020
Jan 7, 2021

Repository files navigation

Tailwind CSS 中文文档

Tailwind CSS 中文文档

Tailwind CSS uses Next.js for its documentation. Here is how you can run the project locally:

  1. Clone this repo

    git clone https://github.com/tailwindchina/docs.git
  2. Go into the project root directory

    cd docs
  3. Install JS dependencies

    yarn
  4. Start the dev server

    yarn dev
  5. Export static pages

    yarn export
  6. Push to github

    git push origin master
  7. Deploy

The documents will automatically deploy to Github pages.