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

Added how to setup project to readme #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
43 changes: 34 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,48 @@ Step 1 : Fork the repo

Step 2 : Clone to your local machine

Step 3 : Navigate to `public/images` folder and put your image in it (note the name of the image and its extension(.ext))
```
git clone https://github.com/Taiwrash/dev-resume.git

Step 4 : Recap step 3 `dev-resume/public/images/`
```

Step 5 : Return to the `root` directory
Step 3 : Install dependencies

Step 6 : Open `data.json` file
```
npm install

Step 7 : Copy a complete object begins with `{` and ends with `}` inside the array
```
Step 4 : Create a new branch

Step 8 : Put a `comma` after the last object then paste what you copied
```
git checkout -b <branch name>

Step 9 : Edit all details of the pasted object, increase id by 1 and save `data.json`
```

Step 10 : Push your code to github
Step 5 : Start development environment

Step 11 : Make a PR
```
npm run dev

```

Step 6 : Navigate to `public/images` folder and put your image in it (note the name of the image and its extension(.ext))

Step 7 : Recap step 3 `dev-resume/public/images/`

Step 8 : Return to the `root` directory

Step 9 : Open `data.json` file

Step 10 : Copy a complete object begins with `{` and ends with `}` inside the array

Step 11 : Put a `comma` after the last object then paste what you copied

Step 12 : Edit all details of the pasted object, increase id by 1 and save `data.json`

Step 13 : Push your code to github

Step 14 : Make a PR

# Rewards

Expand Down