Skip to content

defi-wonderland/web

Repository files navigation

About Wonderland

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, but we are here to make it better.

Setup

git clone [email protected]:defi-wonderland/web.git
cd web
yarn

Development:

yarn dev

The app should be live at http://localhost:5173/

Production

yarn build
yarn start

The app should be live at http://localhost:4173/

Blog Management

If you want to add a blog post, see this guide.