Replace yarn with pnpm (#156)
* Replace yarn with pnpm * use actual components package
This commit is contained in:
parent
0d25939210
commit
eaec6224ca
3 changed files with 3089 additions and 2832 deletions
|
@ -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
3087
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue