Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 650 Bytes

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