g6/packages/site/docs/apis/README.en.md
2023-11-10 13:44:42 +08:00

748 B

title
README

New Feature Introduction

Introduction.

Features DEMO.

Upgrade Guide

Upgrade Guide.

Quick Start

Quick Start.

Tutorials

Tutorials.

Contributing

# Install dependencies in the root directory of the project
$ pnpm install

# Navigate to the g6 package directory from the root directory
$ cd packages/g6

# Build
$ npm run build

# Start the integration test demo
$ npm run dev

# Run all unit tests
$ npm run test

# Run the official website. Make sure the g6 package is already built before this step
$ cd packages/site
$ tnpm start