Skip to content

ForNetCode/documentation

Repository files navigation

Documentation Website

This website is built using Vitepress for ForNet documentation, you can jump to this to view.

Prerequistes

Node.js, recommend to use nvm to manager Node.js.

Install

npm install

Local Development

npm run docs:dev

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run docs:build

This command generates static content into the .vitepress/dist directory and can be served using any static contents hosting service.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.