support shell lsp
2 files changed
tree: ff10778e0993aaeb5c5ad2b333f2650863b3d293
  1. .husky/
  2. mock/
  3. server/
  4. src/
  5. studio/
  6. .env.development
  7. .env.production
  8. .eslintignore
  9. .eslintrc.cjs
  10. .gitignore
  11. .prettierrc.cjs
  12. CONTRIBUTING.md
  13. index.html
  14. LICENSE
  15. NOTICE
  16. package.json
  17. pnpm-lock.yaml
  18. README.md
  19. tsconfig.json
  20. tsconfig.node.json
  21. 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