Justd UI is a chill set of React components built on top of React Aria Components, all about keeping the web accessible.
The first step is to clone the justd-ui project with a git command.
git clone https://github.com/officialrajdeepsingh/justd-ui.git
# change folder
cd justd-uiThe next step is to install the Node Package Using the Node package manager.
pnpm install
# or
yarn install
# or
npm installLastly, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
