This repo is no longer used. The radash docs now live in the Radash repo with the code and the site is generated using Chiller
Docs website for Radash as radash-docs.vercel.app
The Radash docs are a fork of the Tailwind CSS Documentation project which uses Next.js. Here is how you can run the project locally:
-
Clone this repo
git clone https://github.com/rayepps/radash-docs.git
-
Go into the project root directory
cd radash-docs
-
Install JS dependencies
yarn
-
Start the dev server
yarn dev