Official frontend repo of Beefy, The Multichain Yield Optimizer - app.beefy.com
npm run start
- start the app in development mode - you may have to disable adblock for 127.0.0.1 if you get a white screen due to ADX.png
npm run tsc:watch
- checks types as you develop - you may not need this if your IDE does it for you
npm run lint
- eslint checks
npm run lint:fix
- eslint checks with fixes enabled
npm run prettier
- prettier checks
npm run prettier:fix
- prettier checks with fixes enabled
npm run validate
- validates vault config files
npm run build
- performs validate then build
npm run preview
- start the app in production mode (after building)
Please ensure npm run build
completes successfully before submitting a PR.
Beefy.com exists thanks to its contributors. There are many ways you can participate and help build high quality software. Check out the contribution guide!