···686869693. Set up your .env file
70707171- From `apps/web` and `packages/db`, you will find .env.example. Create your own copy.
7171+ From `apps/web` and `packages/db`, you will find .env.example. Create your
7272+ own copy.
727373744. Follow the steps to run your sqlite database locally inside of
7475 [README.md](https://github.com/openstatusHQ/openstatus/blob/main/packages/db/README.md)
···8384 the result.
84858586For [clerk](https://clerk.com), you will need to create a webhook endpoint. To
8686-access the link, you can use tunneling tools like [Tunnelmole](https://github.com/robbie-cahill/tunnelmole-client), an open source tunnelling tool or ngrok, a popular closed source tunnelling tool.
8787+access the link, you can use tunneling tools like
8888+[Tunnelmole](https://github.com/robbie-cahill/tunnelmole-client), an open source
8989+tunnelling tool or ngrok, a popular closed source tunnelling tool.
87908891### Using Tunnelmole
8989-1. Install Tunnelmole with `curl -O https://install.tunnelmole.com/384HK/install && sudo bash install`. (On Windows, download [tmole.exe](https://tunnelmole.com/downloads/tmole.exe))
9090-2. Run `tmole 3000`. In the output, you'll see two URLs, one HTTP, and an HTTPS URL. It's best to use the HTTPS URL for privacy and security.
9292+9393+1. Install Tunnelmole with
9494+ `curl -O https://install.tunnelmole.com/384HK/install && sudo bash install`.
9595+ (On Windows, download
9696+ [tmole.exe](https://tunnelmole.com/downloads/tmole.exe))
9797+2. Run `tmole 3000`. In the output, you'll see two URLs, one HTTP, and an HTTPS
9898+ URL. It's best to use the HTTPS URL for privacy and security.
9999+91100```
92101โ ~ tmole 3000
93102http://bvdo5f-ip-49-183-170-144.tunnelmole.net is forwarding to localhost:3000
···97106Append `/api/webhook/clerk` to the HTTPs URL.
9810799108### Using ngrok
100100-After login, append `/api/webhook/clerk` to
101101-the link you get after entering:
109109+110110+After login, append `/api/webhook/clerk` to the link you get after entering:
102111103112```
104113$ ngrok http 3000
105114```
106115107116### Videos
108108-109117110118Videos to better understand the OpenStatus codebase:
111119