mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
app | ||
components | ||
e2e | ||
hooks | ||
lib | ||
public | ||
types | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
components.json | ||
eslint.config.mjs | ||
instrumentation.ts | ||
jest.config.ts | ||
jest.setup.ts | ||
next.config.ts | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
postcss.config.mjs | ||
README.md | ||
tsconfig.json |
This is WIP.
We use shadcdn/ui Shadcn UI for the UI components.
Getting Started
First, install dependencies:
npm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:8322 with your browser to see the result.