⌨️Code

Overview

Getting Started

Forking and contributing

  • Fork the desired repo,

git clone <your forked repo>

npm i

npm start
  • After the install & start & development, you can commit your changes to your forked git repo and submit a pull request to the main repo through your github page

git add .

git commit -m 'note'

git push

// Navigate to github and use the ui to create a pull req

Last updated