Skip to content

Commit

Permalink
Merge branch 'master' into branch-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Palveet authored Nov 30, 2024
2 parents 4ecd6e5 + 2650473 commit 76eb180
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## How to Run the Project

### Prerequisites
1. **Download the Source Code**
Clone or download the source code to your local machine.

2. **Install Node.js**
Make sure Node.js is installed on your system. You can download it from the [official Node.js website](https://nodejs.org/).

---

### Installation
1. **Install Dependencies**
Navigate to the project directory in your terminal and run:
```bash
npm install
```
This will install all the required libraries specified in `package.json`.

2. **Start the Project**
Launch the project by running:
```bash
npm start
```

This will start the project, and you can view it in your browser at:
[http://localhost:3000/](http://localhost:3000/) (default React development server port).

---

### Backend Integration
To connect to the backend, use the associated backend repository:
[Backend Repository](https://github.com/Palveet/resume-builder)
1 change: 0 additions & 1 deletion src/components/ResumeDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const ResumeDetails = () => {

return (
<div>
{/* <button onClick={() => navigate(-1)}>Back</button> */}
<h1>{resume.title}</h1>

<h2>Resume Details</h2>
Expand Down

0 comments on commit 76eb180

Please sign in to comment.