$ yarn install
- It's recommended to use Visual Studio Code editor and install the MDX extension for document writing
yarn dev
: Start the local development server, file modifications will update in real-time. (Note: Left navigation bar related modifications require restarting the service)yarn build
: Build production environment code, static files will be generated in thedist
directory after build completionyarn serve
: Preview the built static files locally