@graphscope/studio-site
v0.1.20
Published
## Development
Readme
GraphScope Portal
Development
Perpare
- install node.js : https://nodejs.org/en
- install pnpm : https://pnpm.io/installation#using-npm
npm install -g pnpm
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