add docs
2 files changed
tree: 97e8f6f3ae417702040c5257754638feca44f4bc
  1. .husky/
  2. src/
  3. studio/
  4. .env.development
  5. .env.production
  6. .eslintignore
  7. .eslintrc.cjs
  8. .gitignore
  9. .prettierrc.cjs
  10. CONTRIBUTING.md
  11. index.html
  12. LICENSE
  13. package.json
  14. pnpm-lock.yaml
  15. README.md
  16. tsconfig.json
  17. tsconfig.node.json
  18. vite.config.ts
README.md

DolphinScheduler Studio

License

DolphinScheduler Studio is a debugging platfrom for DolphinScheduler.

If you want to contribute, please refer to the contributing guidelines of this project.

Quick start

install dependencies using pnpm

pnpm install

start the development server

pnpm dev

build a studio component

pnpm build