Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 884 Bytes

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.