Skip to content

Commit 95ab46f

Browse files
authored
Update README.md
1 parent a878b1e commit 95ab46f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ To set up the project locally, follow these steps:
3030

3131
1. **Clone the repository**:
3232
```bash
33-
git clone https://github.com/yourusername/recruiting-platform.git
34-
cd recruiting-platform
33+
git clone https://github.com/priyam-03/Recruitify.git
34+
cd Recruiitfy
3535
```
3636

3737
2. **Install dependencies**:
@@ -47,13 +47,13 @@ To set up the project locally, follow these steps:
4747

4848
3. **Set up environment variables**:
4949

50-
Create a `.env` file in both the `backend` and `frontend` directories and add the necessary environment variables as outlined in the `.env.example` files.
50+
Create a `secret.env` file in both the `backend` and `frontend` directories and add the necessary environment variables as outlined in the `.env.example` files.
5151

5252
4. **Start the development servers**:
5353
```bash
5454
# Start backend server
5555
cd backend
56-
npm run dev
56+
npm start
5757
5858
# Start frontend server
5959
cd ../frontend
@@ -83,12 +83,8 @@ We welcome contributions! To contribute:
8383
3. **Commit your changes** and push to your branch.
8484
4. **Submit a pull request** to the `main` branch.
8585

86-
Please refer to the `CONTRIBUTING.md` file for more details.
87-
8886
## License
8987

9088
This project is licensed under the MIT License. See the `LICENSE` file for more information.
9189

92-
---
9390

94-
Feel free to customize the content to match your project's specific requirements.

0 commit comments

Comments
 (0)