Clone the cal.com repository
Add license key in .env
CALCOM_LICENSE_KEY
in your root .env
file.You can use the following as staging license keyStart development server and create API key
yarn dev
on localhost and create the test API keys by visiting /settings/developer/api-keys
Start API server and test API
yarn workspace @calcom/api dev
and start testing your API locally