Source Code

How to run Docshub locally from the source code

2024-09-04
1 min read
Pablo

Welcome to the source code section of DocsHub. The application is built using:

Getting started

Prerequisites:

  1. Fork the repository into your account.

  2. Clone the repository:

git clone git@github.com:your_user/docshub.git
  1. Navigate to the project directory:
cd docshub
  1. Install the dependencies:
npm i
  1. 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

License