Skip to content

posva/docs-1

 
 

Repository files navigation

Tailwind CSS Documentation

Developing

Tailwind uses the Jigsaw static site generator for its documentation. Here is how you can generate the documentation locally:

  1. Go to your Tailwind folder

    cd docs
  2. Install JS dependencies

    npm install
  3. Install PHP dependencies for docs (requires Composer: https://getcomposer.org)

    composer install
  4. Run the build to generate the static site

    npm run dev
  5. View the static site at /build_local, or you can run the Jigsaw server:

    ./vendor/bin/jigsaw serve

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • HTML 58.5%
  • CSS 17.1%
  • Vue 15.8%
  • JavaScript 4.7%
  • PHP 3.9%