Skip to content

Commit

Permalink
Updating README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed Jun 15, 2024
1 parent 714bb50 commit 6566927
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ All my skills and accomplishments showcased in one place.
git clone [email protected]:vncsmyrnk/portfolio.git
cd portifolio
docker run --rm -it -v "$(pwd)"/app:/var/app -p 3000:3000 --workdir /var/app node:21-alpine sh
npm i
npm run start
```

```bash
# Inside container
apt update && apt install -y curl
export SHELL=/bin/bash
curl -fsSL https://get.pnpm.io/install.sh | sh - # Install pnpm
pnpm install
pnpm run dev
```

0 comments on commit 6566927

Please sign in to comment.