Skip to content

Commit

Permalink
Add Comment
Browse files Browse the repository at this point in the history
Add Comment
  • Loading branch information
suzusou authored Mar 22, 2023
1 parent b3b1ff9 commit 39d37b2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@

I designed the `header and footer` in React.

## If you want to clone source code from github
## If you want to clone source code from github
#### If you have installed the yarn command, you may skip this step.
If you have not yet installed `node.js`, click here. → https://nodejs.org/en/download
If you have not yet installed the `yarn command`, please execute this command.
```
npm install -g yarn
```
#### From this point on, this is essential work.
First, go to `any directory`.
Next, clone the source code. (Execute the following command)
```
Expand Down

1 comment on commit 39d37b2

@vercel
Copy link

@vercel vercel bot commented on 39d37b2 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-site – ./

react-site-suzusou.vercel.app
react-site-weld.vercel.app
react-site-git-main-suzusou.vercel.app

Please sign in to comment.