Skip to content

Latest commit

 

History

History
executable file
·
46 lines (31 loc) · 693 Bytes

README.md

File metadata and controls

executable file
·
46 lines (31 loc) · 693 Bytes

Milvus.io Official website

Init Submodule

git submodule init

git submodule update --remote

Install Dependency

pnpm install

Generate .env.development file

cp .env.production .env.development

Run the development server

pnpm run dev

Add shadcn ui components

npx shadcn-ui@latest add {component-name}

How to contribute

  1. fork the repo
  2. checkout the preview branch
  3. create a new feature branch based on the preview branch
  4. pull request to the preview branch

Learn More