ti777777 / stack-docs

Home Page:https://docs.stack.jimmycai.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack Docs

This is the source for the Stack Docs website.

Development

Installing dependencies:

npm install

Running the development server:

npm run docs:dev

Note: for some unknown reason, during development, modifying the config file, docs/.vuepress/config.ts, does not reflect the change in real time. It's necessary to restart the server.

Build

Building the website:

npm run docs:build