This repository has the code for the Discuit documentation website. The website is made using VitePress.
-
Clone the repository.
git clone https://github.com/discuitnet/docs.git cd docs
-
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.
-
Build the project.
npm run build
This will place all of the built files in
docs/.vitepress/dist/
.