Replace yarn with pnpm (#156)

* Replace yarn with pnpm

* use actual components package
This commit is contained in:
lukasIO 2023-11-09 10:36:31 +02:00 committed by GitHub
parent 0d25939210
commit eaec6224ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3089 additions and 2832 deletions

View file

@ -35,8 +35,8 @@ Give it a try at https://meet.livekit.io.
Steps to get a local dev setup up and running:
1. Run `yarn install` to install all dependencies.
1. Run `pnpm install` to install all dependencies.
2. Copy `.env.example` in the project root and rename it to `.env.local`.
3. Update the missing environment variables in the newly created `.env.local` file.
4. Run `yarn dev` to start the development server and visit [http://localhost:3000](http://localhost:3000) to see the result.
4. Run `pnpm dev` to start the development server and visit [http://localhost:3000](http://localhost:3000) to see the result.
5. Start development 🎉

3087
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff

2830
yarn.lock

File diff suppressed because it is too large Load diff