Welcome to the documentation repository for Retro UI, a pixelated UI library for React applications. This repository contains the source code for our documentation website built with Next.js.
Key folders and their purposes:
.
├── app/ # Next.js 13+ app directory
│ ├── components/ # Shared components for the docs site
│ └── ... # Individual component documentation pages
├── public/ # Static assets
└── ... # Configuration files
- Node.js (v14 or later)
- npm
-
Clone the repository:
git clone https://github.com/Dksie09/retroui-docs cd retroui-docs -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to view the documentation site.
We welcome contributions to improve our documentation! Please open an issue, get assigned, fork the repository, make your changes, and submit a pull request.
If you encounter any issues or have questions, please open an issue on this repository.
Thank you for contributing to Retro UI documentation!