Skip to content

Commit

Permalink
Change Comment
Browse files Browse the repository at this point in the history
Change Comment
  • Loading branch information
suzusou authored Mar 21, 2023
1 parent 7761061 commit 2f6e080
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,36 @@

<h1 align="center">React-Site</h1>

I designed the `header and footer` in React.

## If you want to clone source code from github
First, go to `any directory`.
Next, clone the source code. (Execute the following command)
```
git clone https://github.com/suzusou/React-Site.git
```
Go to React-Site directory.
```
cd .\React-Site
```
Eliminate dependent packages.
```
yarn
```
Now you can clone locally from github.

## How to start React-Site
Execute the following command.
```
yarn dev
```
## Other
#### The header and footer designs can be viewed at the following URL.
#### https://react-site-weld.vercel.app/

#### HTML and CSS source code can be found at the following URL.
#### https://github.com/suzusou/Sample-Site
#### https://github.com/suzusou/Sample-Site

## Finally
For more information, tap the logo above and visit the `official website`.
If you found this helpful, please give us a star.

1 comment on commit 2f6e080

@vercel
Copy link

@vercel vercel bot commented on 2f6e080 Mar 21, 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-weld.vercel.app
react-site-suzusou.vercel.app
react-site-git-main-suzusou.vercel.app

Please sign in to comment.