Skip to content

Commit 9bcc014

Browse files
committed
docs: remove next steps section and drop Node.js version requirement
1 parent ca3f48a commit 9bcc014

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,10 @@ The generated project uses **Express + TypeScript + Drizzle ORM** (ESM, Node.js)
3838

3939
When App Extensions are selected, the project includes a shared React iframe app for custom panels and modals. `docker-compose up --watch` starts the backend and Vite dev server in containers with Compose Watch. Local Developer Hub iframe URLs must point at an HTTPS tunnel to the Vite dev server — for example `https://<your-vite-tunnel>/extensions/panel` or `https://<your-vite-tunnel>/extensions/modal`. After `npm run build`, production iframe URLs can point at the backend-hosted routes.
4040

41-
## Next steps after generation
42-
43-
```bash
44-
cd <project-name>
45-
cp .env.example .env
46-
# fill in PIPEDRIVE_CLIENT_ID, PIPEDRIVE_CLIENT_SECRET, DATABASE_URL
47-
docker-compose up -d db # if Postgres or MySQL
48-
npm install
49-
npm run dev
50-
```
51-
52-
If App Extensions were selected, use Compose Watch instead:
53-
54-
```bash
55-
docker-compose up --watch
56-
```
57-
5841
## Requirements
5942

60-
- Node.js 18+
61-
- Docker (if using Postgres, MySQL, or App Extensions frontend development)
43+
- Node.js (to run `npx create-pipedrive-app`)
44+
- Docker (for Postgres/MySQL databases and App Extensions development)
6245

6346
## Using with an AI coding assistant
6447

0 commit comments

Comments
 (0)