Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 373 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 373 Bytes

Demo site for gatsby-theme-tailwindcss

A demo site which is using the theme in a very basic configuration.

How to use this repo

  1. Clone the repo

  2. Install dependencies

    yarn

    or

    npm install
  3. Start the demo site

    yarn start

    or

    npm start
  4. Play with the demo site.