Skip to content

discuitnet/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discuit Documentation

This repository has the code for the Discuit documentation website. The website is made using VitePress.

Build Instructions

  1. Clone the repository.

    git clone https://github.com/discuitnet/docs.git
    cd docs
  2. Install dependencies and start the development server.

    # You can use your preferred package manager
    npm install
    npm run dev

    This will start a development server at http://localhost:5173.

  3. Build the project.

    npm run build

    This will place all of the built files in docs/.vitepress/dist/.