-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds in css import and readme update
- Loading branch information
Showing
4 changed files
with
18 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,25 @@ Vite React Starter for a DAO app scoped to a single DAO. | |
|
||
### 1. Project Setup | ||
|
||
#### NPX/degit | ||
|
||
```bash | ||
npx degit HausDAO/dao-app-starter-vite my-daohaus-app | ||
|
||
cd my-daohaus-app | ||
|
||
git init | ||
|
||
yarn | ||
``` | ||
|
||
#### SSH | ||
|
||
```bash | ||
git clone [email protected]:HausDAO/moloch-v3-vite-starter.git | ||
|
||
git remote remove origin | ||
|
||
cd dh-moloch-v3-vite-starter | ||
|
||
yarn | ||
|
@@ -21,6 +35,8 @@ yarn | |
```bash | ||
git clone https://github.com/HausDAO/dh-v3-vite-starter.git | ||
|
||
git remote remove origin | ||
|
||
cd dh-moloch-v3-vite-starter | ||
|
||
yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,3 @@ | ||
#root { | ||
max-width: 1280px; | ||
margin: 0 auto; | ||
padding: 2rem; | ||
text-align: center; | ||
} | ||
|
||
.logo { | ||
height: 6em; | ||
padding: 1.5em; | ||
will-change: filter; | ||
} | ||
.logo:hover { | ||
filter: drop-shadow(0 0 2em #646cffaa); | ||
} | ||
.logo.react:hover { | ||
filter: drop-shadow(0 0 2em #61dafbaa); | ||
} | ||
|
||
@keyframes logo-spin { | ||
from { | ||
transform: rotate(0deg); | ||
} | ||
to { | ||
transform: rotate(360deg); | ||
} | ||
} | ||
|
||
@media (prefers-reduced-motion: no-preference) { | ||
a:nth-of-type(2) .logo { | ||
animation: logo-spin infinite 20s linear; | ||
} | ||
} | ||
|
||
.card { | ||
padding: 2em; | ||
} | ||
|
||
.read-the-docs { | ||
color: #888; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters