cp .env.example to .env
And then populate .env with your endpoints
$ yarn dev
$ yarn build
$ yarn start
Code style follows prettier conventions (yarn prettier
). Commit messages follow the Conventional Commits spec.
.
- set upstream to your fork
$ git remote add upstream https://github.com/<your-gh>>/yearn-finance-v3
- set origin to original repo
$ git remote add origin https://github.com/yearn/yearn-finance-v3.git
$ git pull origin master --rebase
- soft reset to squash your commits (optional)
$ git reset --soft <SHA of commit prior to your first one>
$ git add .
$ git commit -S -m "message"
- push to your fork
$ git push upstream <branch-name> --force
- info about verified commits
https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification