Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,18 @@ Before you start, ensure you have Node.js and a package manager installed on you
```
- Alternatively, you can use other package managers like Yarn or pnpm.

4. **Run the Development Server**:
4. **Install Dependencies**:

- Install the project dependencies using your preferred package manager:
```bash
npm install
# or
yarn install
# or
pnpm install
```

5. **Run the Development Server**:

- Once Node.js and a package manager are installed, you can start the development server:

Expand Down
1 change: 0 additions & 1 deletion claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ npm run dev # Start development server on localhost:3000

```bash
npm run build # Build static site
npm run export # Export for deployment
```

### Code Quality
Expand Down
Loading