Skip to content

Commit

Permalink
chore: update deepgram.toml with correct data and add starter metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Oct 21, 2023
1 parent 14a9362 commit a5bee70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deepgram.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[meta]
title = "Deepgram Node.js Starter"
description = "Basic demo for using Deepgram with Node.js"
author = "Deepgram DX Team <[email protected]> (https://developers.deepgram.com)"
useCase = "prerecorded"
language = "javascript"
framework = "node"

[build]
command = "npm install"

Expand All @@ -6,4 +14,4 @@
output = "config.json"

[post-build]
message = "Run `npm run dev` to get up and running."
message = "Run `npm start` to get up and running."

0 comments on commit a5bee70

Please sign in to comment.