mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
748 B
748 B
title |
---|
README |
New Feature Introduction
Upgrade Guide
Quick Start
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