Serity UI uses Next.js for its documentation. Here is how you can run the project locally:
-
Clone this repo
git clone https://github.com/serity-ui/serity-ui.com.git
-
Go into the project root directory
cd serity-ui.com
-
Install JS dependencies
npm install # or yarn
-
Start the dev server
npm run dev # or yarn dev