Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 442 Bytes

defi_fraxlink

Contribution

  • 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