Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix readme typo #11

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You will learn and gain experience with:
## How to start working

1. Fork this repo and clone it locally.
1. Install the dependencies by running npm i
1. Install the dependencies by running `npm i`
1. Run the app locally by running `npm run dev:client` to start the frontend, and `npm run dev:server` to start the backend.
1. Open `localhost:3000` in your browser to see the current state of the project.
1. Fix all the issues (hints are provided as TODO comments in the code)
Expand Down
Loading