API submodule
Last updated
Was this helpful?
Last updated
Was this helpful?
If you have already cloned the calcom repo (from Installation), all you need to do is run the following command to add the API submodule to the existing repository
Now that you have cloned the API repo, you can get up and running by going through the following steps:
Copy the .env files from their respective example files:
Install packages with yarn:
Run the API with yarn:
Open with your browser to see the result.
If you wish to test how API works locally, please .