Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Tailwind CSS Documentation

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

  1. Go to your Tailwind folder

    cd docs
  2. Install JS dependencies

    yarn
  3. Start the dev server

    yarn dev

Alternatively you can generate a static export of the documentation using the yarn export command. The export will be saved in the out folder.

You can’t perform that action at this time.