This project is the new documentation site for mxsm(蚂蚁背大象). This website is built using Docusaurus 2, 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
Git clone this project into local
$ git clone https://github.com/mxsm/mxsm-website
$ cd mxsm-website
then update
$ npm update --force
local development
$ 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.