From c7199eba43e1ff5f48cce15a098ea40497371a2a Mon Sep 17 00:00:00 2001 From: Thuc Pham <51660321+thucpn@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:59:49 +0700 Subject: [PATCH] docs: update contributing --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f021d7..5d73a7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ ### Apps and Packages -- `docs`: a [Next.js](https://nextjs.org/) documentation site with [Tailwind CSS](https://tailwindcss.com/) -- `web`: a [Next.js](https://nextjs.org/) create-llama demo with [Tailwind CSS](https://tailwindcss.com/) -- `ui`: a stub React component library with [Tailwind CSS](https://tailwindcss.com/) shared by both `web` and `docs` applications -- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`) -- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo +- `apps/docs`: a [Next.js](https://nextjs.org/) documentation site with [Tailwind CSS](https://tailwindcss.com/) +- `apps/web`: a [Next.js](https://nextjs.org/) create-llama demo with [Tailwind CSS](https://tailwindcss.com/) +- `packages/chat-ui`: a stub React component library with [Tailwind CSS](https://tailwindcss.com/) shared by both `web` and `docs` applications +- `packages/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`) +- `packages/typescript-config`: `tsconfig.json`s used throughout the monorepo ### Development Guide: