Skip to content

Commit

Permalink
Adding worklows and README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed May 12, 2024
1 parent 1d84a90 commit 2b252cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
name: app
path: |
dist
!dist/**/*.md
./app/dist
!./app/dist/**/*.md
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ All my skills and accomplishments showcased in one place

## Run locally

```
```bash
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
```

0 comments on commit 2b252cc

Please sign in to comment.