This project contains the main features of the Treedefi application.
In order to run the code, please do the following:
1 - Check if there are some updates on uikit here: https://github.com/treedefi/treedefi-uikit
2 - $yarn install
3 - $yarn start
you can choose either yarn or npm to manage packages.
Please follow those rules:
- If you need to fix something: please create a branch from master called fix/nameOfFix. After testing your code and commenting it, do a PR
- If you need to introduce some feature:
- Is it a launchpool or a staking pool? Please create a branch from master called feature/launchPool/nameOfPool or feature/staking/nameOfPool
- Is it a new card? Please create a branch from master called feature/nameOfCard
- Is it something really cool? Please create a branch from master called innovation/nameOfYourAwesomeInnovation
Happy Treecoding!
Please follow our rules: https://github.com/treedefi/treedefi-app-source/issues/50#issue-888379580