Skip to content

dolphindb/web

Repository files navigation

DolphinDB Web

DolphinDB Web

vscode extension installs

English | 中文

DolphinDB database web management interface

Use a browser to access ip:port of DolphinDB server to use

If you need to deploy to a subpath through nginx (not recommended, one more forwarding will reduce performance), you can refer to ./nginx.conf

Development

Open the link below and install the latest version of node.js and browser on your machine.

# Install pnpm package manager
npm install -g pnpm

git clone https://github.com/dolphindb/web.git

cd web

# Recommended configuration registry for domestic network
pnpm config set registry https://registry.npmmirror.com

# Install project dependencies
pnpm install

# Refer to scripts in package.json
# Development
pnpm run dev

# Scan entries
pnpm run scan
# Manually complete untranslated entries
# Run the scan again to update the dictionary file dict.json
pnpm run scan

# Format code and automatically fix code errors
pnpm run fix

# Build
pnpm run build

# The generated files are in the web directory