Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-10T15:34:13.000Z (about 1 month ago)
- Last Synced: 2024-11-01T08:42:04.983Z (15 days 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: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Alt](https://repobeats.axiom.co/api/embed/8135959afe386fbe6ae62048b78af58cd622808c.svg "Repobeats analytics image")
# 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.