pipeline
section corresponds to a different part of the project. Understanding these will help in navigating the codebase.env
entries under each task highlight the need for specific configuration settings, which you will need to set up in your development environment.@calcom/prisma
Repository
suffix.<Entity>
Repository.ts
Examples:
<Entity>
Service.ts
Examples:
create.handler.ts
in case of
list.handler.ts
in case of
NEXTAUTH_URL
to the correct value. If you are running locally, as the documentation within .env.example
mentions, the value should be http://localhost:3000
.
In a terminal just run:
yarn test-e2e
: