The Yearn Web Template provides an easy way to bootstrap a new Yearn Web project.
This include the default repo structure and configurations with the latest dependencies and compatible web-lib version.
The stack used for this project is the following:
- 💙 Yearn Web Lib — Base for our web-lib
- 🚀 Next — JavaScript library for user interfaces
- ▲ Vercel — Cloud deployment platform
- 📄 TypeScript for static type checking
- 💄 ESLint for code linting
- Clone as template from GitHub
- Run
yarn - Run
yarn run dev - Open the browser and navigate to
http://localhost:3000
You can update the public/manifest.json file which will be use to handle the meta tags and for the Gnosis wallet support:
- Update
namewith your project name - Update
descriptionwith your project description - Update
iconPathwith the relative path to your SVG icon (ideally, it should stay as is) - Update
localefor the default language of your project - Update
uriwith the base path of your project. - Update
ogwith the path to your OG image. - Update
twitterwith your twitter handle - Update
githubwith your project GitHub link.
More options are available in the public/manifest.json file.
