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.
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.
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.