Welcome to the source code of oku-ui.com!
This is where we put the projects together and publish them. Primitives Pergel
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Checkout the deployment documentation for more information.