English | 中文
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
Open the link below and install the latest version of node.js and browser on your machine.
- windows: https://nodejs.org/en/download/prebuilt-installer/current
- linux: https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions
# 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