RippleUI uses Next.js for its documentation. Here is how you can run the project locally:
-
Clone this repo
git clone https://github.com/Siumauricio/rippleui/tree/main/docs
-
Go into the project root directory
cd docs
-
Install JS dependencies
npm install
-
Start the dev server
npm run dev