This website is built using Vitepress for ForNet documentation, you can jump to this to view.
Node.js, recommend to use nvm to manager Node.js.
npm install
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.
npm run docs:build
This command generates static content into the .vitepress/dist
directory and can be served using any static contents hosting service.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.