Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.59 KB

File metadata and controls

44 lines (32 loc) · 1.59 KB

My Knowledge Base 🎉


🖥 Online Preview

This Wiki is used to organize and record various technical knowledge and practices related to DevOps technology.

content:

We are currently working hard to improve and enhance the content in this Wiki, aiming to restore and supplement it with additional valuable information.

Local Development

npm i
npm start

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 build
npm run service

This command generates static content into the build directory and can be served using any static contents hosting service.