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

recolor-button #4

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Verification
Deployment `bafybeidqkrya32zn3nkmdnpsz3kwtoaabkqd7d5xmwlx6qwwga7m7jxxeq` has been signed by `dappling.eth` [See Verification](https://signer.is/verify/JTdCJTIyY2xhaW1lZF9tZXNzYWdlJTIyJTNBJTIyYmFmeWJlaWRxa3J5YTMyem4zbmttZG5wc3oza3d0b2FhYmtxZDdkNXhtd2x4NnF3d2dhN203anh4ZXElMjIlMkMlMjJzaWduZWRfbWVzc2FnZSUyMiUzQSUyMjB4MGJlNDAxZjcwMWQ0YzQ5OWVmZDZiZGYzZjQzZWRmZTNjZTM5ZmVjYTZlYzI0M2NhODBhY2JhNWFhYjQ2MDVjZTJjNjZlMWQ1YWJkN2UxMzM3ZTc4ZTBmOGUxNWUyMzFmNjFlNzZhMDIwMDNkNjM2Y2I2NmRlNjA1OTEwOGYxMzgxYyUyMiUyQyUyMmNsYWltZWRfc2lnbmF0b3J5JTIyJTNBJTIyMHgxZjkyMzkwRWNkNDY2MzQ1Q2RlODJkZTk3REI4OTFEMDZFOWNFQTE5JTIyJTdE)

# Getting Started with Create React App
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts
## Available Scripts

In the project directory, you can run:

Expand All @@ -15,7 +15,7 @@ Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.
You may also see any lint errors in the console.

### `npm test`

Expand Down
3 changes: 2 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h2>Deployment Instructions:</h2>
{JSON.stringify(process.env, null, 2)}

<h3>Step 1: Fork the Repository</h3>
<h3>Step 1: Fork the test</h3>
<p>
To deploy this project, first fork the repository{" "}
<a
Expand Down