Skip to content

michelle-0808/website

 
 

Repository files navigation

Overview

Let's discover in less than 5 minutes.

Getting Started

1、Requirements

  • Required: Install Node.js version 16.14 or above (which can be checked by running node -v).

  • Optional: Install vscode plugin 'Markdown Snippets for MDX and Docusaurus'.

https://marketplace.visualstudio.com/items?itemName=MisterMunchkin.simple-markdown-snippets

2、Running the development server

cd /path/to/website
npm install
npm run start

By default, a browser window will open at http://localhost:3000. Browse around the site to see what's available. The default locale is en-us;

3、Start your localized site

Start your site on the simplified chinese locale:

npm run start -- --locale zh

Your localized site is accessible at http://localhost:3000/zh/

In development, you can only use one locale at a same time.

4、 Docs Edit

create folder or .md file.

5、build

Build your site for a specific locale:

npm run build -- --locale zh

Or build your site to include all the locales at once:

npm run build

and the contents will be generated within the /build directory.

About

ape cloud website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.6%
  • Less 30.2%
  • JavaScript 25.2%