Skip to content

Commit

Permalink
modified steps to start dev server after fixing webpack (#598)
Browse files Browse the repository at this point in the history
* modified steps to start dev server after fixing webpack

* edits
  • Loading branch information
tayyab-ilyas authored Aug 9, 2023
1 parent ef474b9 commit 6714fc7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
- Then push

git push devolp new-branch

# Set Up Locally:

- Install Dependencies:

```bash
npm install
```
- Build the project:
```bash
npm run buld
```
- Start dev server:
```bash
npm run dev
```

## Learn More

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ 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
4. Run `npm start` for starting the server (Amupedia is currently running on `localhost:3000`) <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
5. Run `npm i sharp` to install sharp.
6. Run `npm run dev` This will start the server.
4. Run `npm i sharp` to install sharp.
5. Run `npm run dev` This will start the server on localhost:3000
Happy coding 😊

### NOTE
Expand Down

0 comments on commit 6714fc7

Please sign in to comment.