Feature/toggle floating log (#18)

* [Feature] Toggle floating log.

* [Feature] Add floating log.
6 files changed
tree: 9016c41f9041f96817c71004323d516426419941
  1. .husky/
  2. mock/
  3. src/
  4. studio/
  5. .env.development
  6. .env.production
  7. .eslintignore
  8. .eslintrc.cjs
  9. .gitignore
  10. .prettierrc.cjs
  11. CONTRIBUTING.md
  12. index.html
  13. LICENSE
  14. NOTICE
  15. package.json
  16. pnpm-lock.yaml
  17. README.md
  18. tsconfig.json
  19. tsconfig.node.json
  20. 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