- Clone the repo:
git clone [email protected]:sftwr-prjct-dev/defi_fraxlink.git
- Install project dependencies:
npm i
- start the project using
npm run dev
- Checkout to a new branch to start working on a new feature using
git checkout -b feature/<branch_name>
- Add your changes
git add .
- Commit your changes using
git commit -m"<commit message>"
- Create a new pull request for your new feature