Skip to content

Commit

Permalink
Merge pull request #5 from the-smooth-operator/main
Browse files Browse the repository at this point in the history
Set page title, favicon and add repo Readme
  • Loading branch information
the-smooth-operator committed Jan 1, 2022
2 parents 25d6da8 + 67eadbb commit 3b0074a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Know Your Legends
Know Your Legends is a fans site for [House of Legends]() cards. It allows users to better understand the different Traits and Rarity of the Legends. It improves Opensea's esperience for browsing the collection.

## Contribute
This project is a ReactJS application, deployed in Github Pages. It has been tested with ReactJS 17.

### Running locally
1. Change directory: `cd app`
2. Install dependencies: `yarn`
3. Start the local development server: `yarn`

## Donate
If you find this project useful, consider donating to 0x8B5f432940055A63761919B173BAe66f918789B0.
File renamed without changes.
Binary file modified app/public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="House of Legends fans site"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Know Your Legend</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 3b0074a

Please sign in to comment.