Skip to content

Commit b1001e9

Browse files
add prerequisites information to encore.ts docs (#1772)
1 parent 427939f commit b1001e9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/ts/install.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ This is what provisions your local development environment, and runs your Local
1515

1616
<InstallInstructions />
1717

18-
<Callout type="info">
18+
### Prerequisites
1919

20-
To locally run Encore apps with databases, you also need to have [Docker](https://www.docker.com) installed and running.
21-
22-
</Callout>
20+
- [Node.js](https://nodejs.org/en/download/) is required to run Encore.ts apps.
21+
- [Docker](https://www.docker.com) is required for Encore to set up local databases.
2322

2423
### Optional: Add Encore LLM instructions
2524

docs/ts/quick-start.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ To develop with Encore, you need the Encore CLI. It provisions your local enviro
1919

2020
<InstallInstructions/>
2121

22+
### Prerequisites
23+
24+
- [Node.js](https://nodejs.org/en/download/) is required to run Encore.ts apps.
25+
- [Docker](https://www.docker.com) is required for Encore to set up local databases.
26+
2227
## 2. Create your app
2328
🥐 Create your app by running:
2429

0 commit comments

Comments
 (0)