File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This repository is organized as a monorepo containing:
15
15
16
16
### Prerequisites
17
17
18
- - Node.js 20+
18
+ - Node.js (lts)
19
19
- Bun (recommended)
20
20
- Git
21
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This project is a monorepo with two main apps:
16
16
17
17
### Prerequisites
18
18
19
- - Node.js 20+
19
+ - Node.js (lts)
20
20
- Bun (recommended)
21
21
- Git
22
22
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ description: Create your first Better-T-Stack project in minutes
12
12
13
13
## Get Started
14
14
15
+ ### Prerequisites
16
+
17
+ - ** Node.js LTS** - [ Download from nodejs.org] ( https://nodejs.org/ )
18
+ - ** Git** (optional) - [ Download from git-scm.com] ( https://git-scm.com/ ) - if you want to initialize a git repository
19
+ - ** Bun** (optional) - [ Download from bun.com] ( https://bun.com/ ) - if you want to use Bun as your package manager
20
+
15
21
### CLI (prompts)
16
22
17
23
<Tabs items = { [' bun' , ' pnpm' , ' npm' ]} >
You can’t perform that action at this time.
0 commit comments