Skip to content

William0216/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Controlpanel Docs

The official controlpanel docs. in the root directory, I’ve included a simple node.js web server for easy deployment. for local development, you can just hop into the 'docs' folder and run the local dev server.

Local development

Install node_modules for docs

cd docs/
npm install

Run development server

npm run start

Deploy webserver

npm install
npm start

Docs made with Docusaurus

For more info checkout Docusaurus

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%