Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 984 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 984 Bytes

Docusaurus 2 boilerplate with TailwindCSS

example

This is a Docusaurus 2 boilerplate featuring Tailwind CSS, support for math/equations with KaTeX, diagrams with Mermaid, Animation on Scroll with AOS and more... Docusaurus 2 is a modern static website generator.

Installation

$ git clone https://github.com/oxy86/docusaurus-tailwind-boilerplate.git
$ cd docusaurus-tailwind-boilerplate
$ yarn install

Local Development

$ yarn start

To start a local development server and open up a browser window. Change code and add your own. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.