Welcome to the source code section of DocsHub. The application is built using:
- Astro 5 Framework.
- Tailwind CSS.
- Astro Content Collections (MDX).
- React Integration.
- shadcn/ui with Radix.
Getting started
Prerequisites:
-
Fork the repository into your account.
-
Clone the repository:
git clone git@github.com:your_user/docshub.git
- Navigate to the project directory:
cd docshub
- Install the dependencies:
npm i
- Run the project:
npm run dev
and open http://localhost:4321 in your browser.
To start writing a new document, click here:
Create documentation How to create new documentation file Write Docs
2024-09-04
Make sure to create a getting-started.mdx file beforehand. It is a necessary step for accessing the application for the first time.