dudeisbrendan03 / docs

docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

docs


Languages

Language:JavaScript 100.0%