/web

Dev: https://dev.defi.sucks

Primary LanguageTypeScript

WebsiteTwitterGithub

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 git@github.com:defi-wonderland/web.git
cd web
yarn

Development:

yarn dev

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

Production

yarn build
yarn preview

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

Blog Management

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