Skip to content

defi-wonderland/web

Folders and files

NameName
Last commit message
Last commit date
Nov 28, 2023
Feb 7, 2025
Feb 7, 2025
Apr 26, 2024
Nov 28, 2023
Mar 3, 2023
Mar 3, 2023
Dec 6, 2023
Nov 25, 2024
Jan 6, 2025
Nov 30, 2023
Jan 6, 2025

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 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 start

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

Blog Management

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