Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed Nov 25, 2023
1 parent 34defad commit 46c39b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ git pull origin master
echo "New changes copied to server!"

echo "Installing Dependencies..."
npm install --yes
pnpm install

echo "Creating Production Build..."
npm run build
pnpm run build

echo "PM2 Restart"
pm2 restart www.salimi.my
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Profolio is a dynamic personal portfolio website built with Next.js. This fullstack app allow easy customization of portfolio details and project listings. All the informations, skills and projects can be updated effortlessly, ensuring them stays up to date.

## Simple URL shortener tool
## Dynamic portfolio site

- Dynamic skills & project listings
- Light / dark / system mode
Expand Down

0 comments on commit 46c39b3

Please sign in to comment.