diff --git a/typescript/greeting-guestbook/README.md b/typescript/greeting-guestbook/README.md index 6802751d..047aaca3 100644 --- a/typescript/greeting-guestbook/README.md +++ b/typescript/greeting-guestbook/README.md @@ -1,6 +1,6 @@ # Greeting Guestbook -This is the app described in the [DBOS TypeScript Programming Guide](https://docs.dbos.dev/typescript/programming-guide). +This is the completed app described in the [DBOS TypeScript Programming Guide](https://docs.dbos.dev/typescript/programming-guide). ### Running Locally @@ -21,4 +21,11 @@ npx dbos migrate npm run start ``` +or simply: + +```shell +npm install +npm run dev +``` + Visit [`http://localhost:3000/greeting/dbos`](http://localhost:3000/greeting/dbos) to try out the app! \ No newline at end of file