Skip to content

Commit

Permalink
Simpler instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Jan 3, 2025
1 parent d20ec5f commit c92cc20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion typescript/greeting-guestbook/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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!

0 comments on commit c92cc20

Please sign in to comment.