Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit ceb8314

Browse files
committed
readme updated
1 parent 9fbd91d commit ceb8314

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

typescript-directory-sync-example/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,19 @@ WORKOS_CLIENT_ID = your_project_id_here
4646
PORT = 8000
4747
```
4848

49-
## Run the server
49+
## Run the development server
5050

5151
```sh
5252
npm run dev
5353
```
5454

55+
## Compile TypeScript code and run the server
56+
57+
```sh
58+
npm run build
59+
npm start
60+
```
61+
5562
Head to `http://localhost:8000/` to navigate your directories!
5663

5764
## Testing Webhooks

0 commit comments

Comments
 (0)