Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Feb 10, 2023
1 parent 63f47fe commit 5b34161
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
[![Website status](https://img.shields.io/website-up-down-green-red/https/mspronesti.github.io.svg?label=Website%20status)](https://mspronesti.github.io) 
[![made-with-react](https://img.shields.io/badge/Made%20with-React-orange.svg)](http://commonmark.org)

## 🛠 Installation and Setup Instructions
Personal dev portfolio written in React and NodeJS.

1. Installation: `npm install`
## 🛠 Installation and Setup Instructions

2. In the project directory, you can run: `npm start`
Install `npm` dependencies running

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
```shell
$ npm install
```

Run the portfolio locally in developement mode running

## Acknoledgments
```shell
$ npm run
```

This website has been written starting from [this](https://github.com/soumyajit4419/Portfolio) wonderful project from Soumyajit Behera, to which I contributed twice solving a couple of issues. Leave him a star for the awesome work!
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make any edit.

0 comments on commit 5b34161

Please sign in to comment.