Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadh-dev committed Nov 3, 2023
1 parent 51d714c commit 8caa391
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A portfolio website implemented in various frameworks:

## Installation

Use the package manager [pnpm](https://pnpm.io/installation) project dependencies.
Use the package manager [pnpm](https://pnpm.io/installation) for project dependencies.

```bash
pnpm install
Expand All @@ -36,16 +36,13 @@ pnpm install

```bash
# start dev server
pnpm run dev
pnpm dev

# build for production
pnpm run build
pnpm build

# test the prod build
pnpm run serve

# deploy to github pages
pnpm run deploy
pnpm preview
```

You can check other scripts in `package.json` of the root repo and each package

0 comments on commit 8caa391

Please sign in to comment.