/radash-docs

Documentation website for radash library

Primary LanguageJavaScript

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

Radash Documentation Website

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:

  1. Clone this repo

    git clone https://github.com/rayepps/radash-docs.git
  2. Go into the project root directory

    cd radash-docs
  3. Install JS dependencies

    yarn
  4. Start the dev server

    yarn dev