Skip to content

Latest commit

 

History

History
 
 

docs

RippleUI Documentation

RippleUI uses Next.js for its documentation. Here is how you can run the project locally:

  1. Clone this repo

    git clone https://github.com/Siumauricio/rippleui/tree/main/docs
  2. Go into the project root directory

    cd docs
  3. Install JS dependencies

    npm install
  4. Start the dev server

    npm run dev