Skip to content

inkeep/inkeep-milvus.io

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.9%
  • JavaScript 30.5%
  • Less 23.3%
  • Other 1.3%