-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: readme setup * fix: repository name * chore: add images to readme * style: optimize img * chore: remove logo * fix: remove br tag * docs: readme improvements --------- Co-authored-by: 0xGorilla <0xGorilla@protonmail.com>
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<p align="center"> | ||
<a href="https://defi.sucks" display='flex' place-items='center'> | ||
<img src="./public/intro.png"> | ||
</a> | ||
</p> | ||
|
||
<div align="center"> | ||
|
||
**[Website](https://defi.sucks) • | ||
[Twitter](https://twitter.com/DeFi_Wonderland) • | ||
[Github](https://github.com/defi-wonderland)** | ||
|
||
</div> | ||
|
||
## About DeFi Wonderland | ||
|
||
DeFi Wonderland is a team of top Web3 researchers, developers, and operators who believe that the future needs to be open-source, permissionless, and decentralized. | ||
|
||
[DeFi sucks](https://defi.sucks/), but we are here to make it better. | ||
|
||
## Setup | ||
|
||
```sh | ||
git clone git@github.com:defi-wonderland/web.git | ||
cd web | ||
yarn | ||
``` | ||
|
||
## Development: | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
The app should be live at [http://localhost:5173/](http://localhost:5173/) | ||
|
||
## Production | ||
|
||
``` | ||
yarn build | ||
yarn preview | ||
``` | ||
|
||
The app should be live at [http://localhost:4173/](http://localhost:4173/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.