Skip to content

Commit dfc6f1b

Browse files
fix(docs): update Node.js version requirement to LTS
1 parent 5f8a571 commit dfc6f1b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repository is organized as a monorepo containing:
1515

1616
### Prerequisites
1717

18-
- Node.js 20+
18+
- Node.js (lts)
1919
- Bun (recommended)
2020
- Git
2121

apps/web/content/docs/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project is a monorepo with two main apps:
1616

1717
### Prerequisites
1818

19-
- Node.js 20+
19+
- Node.js (lts)
2020
- Bun (recommended)
2121
- Git
2222

apps/web/content/docs/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ description: Create your first Better-T-Stack project in minutes
1212

1313
## Get Started
1414

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+
1521
### CLI (prompts)
1622

1723
<Tabs items={['bun', 'pnpm', 'npm']}>

0 commit comments

Comments
 (0)