Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 853 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 853 Bytes

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