yearn / yearn-finance-v3

Yearn Finance Web App v3
https://yearn.finance
123 stars 138 forks source link

yearn.finance

Note This version of the frontend has been deprecated in favor of https://github.com/yearn/yearn.fi but can still be accessed here

Contributing

Code style follows prettier conventions (yarn prettier). Commit messages follow the Conventional Commits spec.

Initial Setup

Making Changes

Pushing Changes to your Repo

Submitting Pull Request

Development

yarn dev

or for Windows:

yarn dev-win

Production

yarn build
yarn start

Translations

We use i18n react with locize cli to update/download translations.

Refer to main repo for documentation: https://github.com/locize/locize-cli

Sync with: yarn syncDevLocales must provide api key

Check sync changes with: yarn checkDevLocales

Download prod locales with: yarn downloadProdLocales