Skip to content

SJFCS/cloudnative.love

Repository files navigation

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.