# 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