Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Getting Started

1. Fork the repository, clone it.
2. cd (change directory) into the project folder i.e remote_job_alert.
2. cd (change directory) into the project folder i.e Fees_tracker
3. Run `npm install` (on your terminal) to install the dependencies.
4. Run `npm start` (on your terminal) to run the project.
5. Go to your browser `localhost:5000` to view the project.
5. Go to your browser `localhost:3030` to view the project.
6. When you make your changes to the repo, push to master and create a pull request, make sure there are no merge conflicts.

Fork the repository first and clone it
Expand All @@ -18,13 +18,13 @@ git clone CLONE_URL
Change into cloned repo and install dependencies

```
npm install
npm install (on your terminal)
```

Start the project

```
npm start
npm start (on your terminal)
```

Visit `http://localhost:3030` to view the project.
Expand All @@ -34,3 +34,5 @@ Visit `http://localhost:3030` to view the project.
— After making changes to the repo, push to master and create pull request, make sure there are no merge conflicts.

— Do not merge pull request, a mentor will.
—
Upon fetch upstream to update your repo and npm start can't run, do npm intall first then try again.
10 changes: 0 additions & 10 deletions routes/index.js

This file was deleted.