Skip to content

Commit

Permalink
package manager changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Dec 27, 2024
1 parent 1d44ad1 commit f8c4e54
Show file tree
Hide file tree
Showing 6 changed files with 10,248 additions and 14,581 deletions.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,10 @@ Contributions are welcome! Please feel free to submit a Pull Request.
# Clone and install
git clone https://github.com/sinanptm/avm-ayurvedic
cd avm-ayurvedic
npm install
cd server && npm install
cd ../client && npm install
cd ..
pnpm install

# Set up environment files and start
npm run dev
pnpm dev
```


Expand All @@ -146,19 +143,8 @@ npm run dev

2. Install dependencies:
```bash
# Root directory dependencies
npm install

# Server dependencies
cd server
npm install

# Client dependencies
cd ../client
npm install
pnpm install

# Return to root
cd ..
```
</details>

Expand Down
Loading

0 comments on commit f8c4e54

Please sign in to comment.