Made Changes in README

This commit is contained in:
Amit Tripathi
2022-10-07 09:15:10 +05:30
parent 700c8881ad
commit 5bba98b15b

View File

@ -23,15 +23,33 @@ Live demo: https://url-shortener-live.herokuapp.com/
- Add more ideas..
- Just create a PR already :)
## How to install?
## How to run?
Step 1. Fork the Repository
Step 2. Clone the repository on your local machine
```sh
git clone https://github.com/GITHUBPROFILENAME/REPOSITORYNAME.git
```
Step 3. Enter the command, to move to project directory
```sh
cd url-shortener-1
```
Step 4. Install the node dependencies.
```sh
npm install
```
Step 5. Start NPM , to make your project live
```sh
npm start
```
Step 6. Go on your browser and open
```sh
http://localhost:3000/
```
Happy Hacking !
```
node app.js
```
## License