0.1.19 • Published 10 months ago

@graphscope/studio-site v0.1.19

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

GraphScope Portal

Development

Perpare

install dependencies

pnpm install
  • build all sub packages
npm run build

run portal website

# goto website dir
cd packages/studio-website

# Add .env file for local dev
# cordinator url is the address of graphscope engine
echo "COORDINATOR_URL= http://127.0.0.1:8080" >> .env

# run website
npm run start