Docshub Source

How to start the Astro application

Docshub
2024-09-04

DocsHub - Core

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

Getting started

Prerequisites:

  1. Clone the repository:
$ git clone https://github.com/atmgrupomaggioli/docshub.git
  1. Navigate to the project directory:
$ cd docshub
  1. Install the dependencies:
$ npm i

Commands

Run the assistant to generate new documents:

This assistant will help us create a new documentation file with the corresponding metadata.

$ npm run new:doc

Document preview

To edit and preview the document, run the application in development mode.

$ npm run dev

and open http://localhost:4321 in your browser.

License