Official website of RuyiSDK Project.
This repo contains the website configuration and documentation powering the RuyiSDK website.
- Git
- Node
- npm
- A fork of the repo (for any contributions).
cd ruyisdk-website
to go into the project root.- Run
npm ci
to install the website's workspace dependencies. - Run
npm run build
to build the website.
npm start
to start the development server (powered by Docusaurus).- Or
npm run serve
to start the server afternpm run build
- Open http://localhost:3000/ site in your favorite browser.
We welcome contributions to Ruyi! Please see our contribution guidelines (中文) for details on how to get started.
ruyisdk-website is Apache-2.0 license.