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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ screenshot.png

# Prevent npm lockfile conflicts
package-lock.json
package-lock.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ To deploy your own instance, see the **[Self-Hosting Guide](./docs/self-hosting.
```bash
git clone https://github.com/Priyanshu-byte-coder/devtrack.git
cd devtrack
pnpm install
ppnpm install
```

**2. Set up Supabase**
Expand Down Expand Up @@ -490,7 +490,7 @@ Questions are welcome anytime in [Discussions](https://github.com/Priyanshu-byte
| pnpm | >= 9 | `pnpm -v` |
| Git | any | `git --version` |

Install pnpm via `corepack enable` or `npm install -g pnpm` if you don't already have it.
Install pnpm via `corepack enable` or `pnpm install -g pnpm` if you don't already have it.

If your local versions differ and you hit install/build errors, aligning your Node.js/pnpm version with the table above is the first thing to check.

Expand Down
Loading