This website is built using Docusaurus, a modern static website generator.
-
Git clone this repo
-
Open a terminal or command prompt and go to this project directory.
-
Install Docusaurus
npm install
- Use the following command to start the Docusaurus Development Server:
npm run start
This will launch your Docusaurus site locally, and you can view your site at http:// localhost:3000 in your browser.
- Then you can modify the md files in /docs with any markdown editor you like, such as Typora, and you can commit pull requests.