/mxsm-website

mxsm(蚂蚁背大象) blog build on Docusaurus

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Alt

Introduction

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

Local Development

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.