Skip to content

Commit

Permalink
chore: add readme (#28)
Browse files Browse the repository at this point in the history
* 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
0xArdy and 0xGorilla authored Mar 2, 2023
1 parent 9202bdc commit 51896ae
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
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/)
Binary file added public/intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51896ae

Please sign in to comment.