Prerequisites
- A GitHub account
- Git on your machine
1. Fork the starter
- Open the starter Go to ojusave/firstdeploy-starter.
- Fork it Click Fork and create the fork under your GitHub account.
2. Clone your fork
Replace YOUR_GITHUB_USERNAME with your username:
git clone https://github.com/YOUR_GITHUB_USERNAME/firstdeploy-starter.gitcd firstdeploy-starter3. Open your track folder
cd typescriptlsDone when: you see package.json, src/server.ts, and public/.
cd pythonlsDone when: you see main.py, requirements.txt, and static/.
There is no render.yaml at the repo root yet. That is intentional.
What you learned
- One monorepo, two track folders
- No render.yaml in the starter yet
- Next: run Service Card locally