Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tayyab Ilyas <[email protected]>
  • Loading branch information
tayyab-ilyas authored Aug 9, 2023
1 parent a087616 commit fc8e05d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ git push origin branch-name

1. Install npm from browser(windows), using ``sudo apt install npm``(linux) in the terminal
2. In the root directory: `npm install` for downloading all the dependencies needed for the project
3. Run `npm run build` for building the project <br>
<!-- 4. Run `npm start` for starting the server (Amupedia is currently running on `localhost:3000`) <br> -->
If you find the server unresponsive, Follow Step : 5 & 6
4. Run `npm i sharp` to install sharp.
5. Run `npm run dev` This will start the server on localhost:3000
3. Run `npm run build` for building the project
4. Run `npm run dev` This will start the server on localhost:3000

Happy coding 😊
<!-- 4. Run `npm start` for starting the server (Amupedia is currently running on `localhost:3000`) <br> -->


### NOTE

Expand Down

0 comments on commit fc8e05d

Please sign in to comment.