https://github.com/mxsm/mxsm-website
mxsm(蚂蚁背大象) blog build on Docusaurus
https://github.com/mxsm/mxsm-website
docusaurus eventmesh java learning notes rocketmq rust spring spring-boot
Last synced: about 1 year ago
JSON representation
mxsm(蚂蚁背大象) blog build on Docusaurus
- Host: GitHub
- URL: https://github.com/mxsm/mxsm-website
- Owner: mxsm
- License: apache-2.0
- Created: 2020-12-29T15:30:54.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-10T15:34:13.000Z (over 1 year ago)
- Last Synced: 2025-03-28T15:05:27.391Z (about 1 year ago)
- Topics: docusaurus, eventmesh, java, learning, notes, rocketmq, rust, spring, spring-boot
- Language: JavaScript
- Homepage: https://blog.ljbmxsm.com/
- Size: 59.9 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Introduction
This project is the new documentation site for mxsm(蚂蚁背大象). This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
For all of you who contribute documents, here are a few things to keep in mind:
- The framework we currently use supports some nice markdown features, please refer to it and try to speak about the beautiful writing of the document.[Markdown Features](https://docusaurus.io/docs/markdown-features)
### Local Development
Git clone this project into local
```shell
$ git clone https://github.com/mxsm/mxsm-website
$ cd mxsm-website
```
then update
```shell
$ npm update --force
```
local development
```shell
$ npm run 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.