Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.