Update README.md
parent
d03038d976
commit
2cafe2d98e
11
README.md
11
README.md
|
@ -102,13 +102,6 @@ Here is what you need to be able to run Cal.
|
||||||
cd cal.com
|
cd cal.com
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Copy `apps/web/.env.example` to `apps/web/.env`
|
|
||||||
|
|
||||||
```sh
|
|
||||||
cp apps/web/.env.example apps/web/.env
|
|
||||||
cp packages/prisma/.env.example packages/prisma/.env
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Install packages with yarn
|
1. Install packages with yarn
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -126,10 +119,10 @@ yarn dx
|
||||||
|
|
||||||
#### Development tip
|
#### Development tip
|
||||||
|
|
||||||
> Add `NEXT_PUBLIC_DEBUG=1` anywhere in your `apps/web/.env` to get logging information for all the queries and mutations driven by **trpc**.
|
> Add `NEXT_PUBLIC_DEBUG=1` anywhere in your `.env` to get logging information for all the queries and mutations driven by **trpc**.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo 'NEXT_PUBLIC_DEBUG=1' >> apps/web/.env
|
echo 'NEXT_PUBLIC_DEBUG=1' >> .env
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Manual setup
|
#### Manual setup
|
||||||
|
|
Loading…
Reference in New Issue