Skip to content

Commit 898b550

Browse files
committed
Update start_here.md
1 parent 39ab515 commit 898b550

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/cli/start_here.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ Store your RunPod API key by running `runpod config`. Optionally you can also ca
1515
![runpod ssh add-key](demos/ssh.gif)
1616

1717
Add a SSH key to you account by running `runpod ssh add-key`. To specify and existing key pass in `--key` or `--key-file` to use a file. Keys are stored in `~/.runpod/ssh/`. If no key is specified a new one will be generated and stored.
18+
19+
## RunPod Project
20+
21+
A "project" is the start of a serverless worker. To get started call `runpod project new`, you will be asked a few questions about the project you are creating, a project folder will be created. You can now navigate into your repo and run `runpod project start`.
22+
23+
Once you are finished developing you can run `runpod project deploy` to deploy your project and create an endpoint.

0 commit comments

Comments
 (0)