[Feature] Add file layout. (#3)

10 files changed
tree: c87d08ed71eafd2254088f8c6bdec3fce9e608a5
  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. NOTICE
  14. package.json
  15. pnpm-lock.yaml
  16. README.md
  17. tsconfig.json
  18. tsconfig.node.json
  19. 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