Firstly, thank you for showing interest in contributing to TabPort!. I really appreciate it 😃
- Fork the repository
- Make your changes and add a descriptive commit message
- Finally ! Create a pull request !
- First checkout to the main branch of the repository.
- Install dependencies by running npm install.
- After installing, making changes into the codebase as per your requirement.
- Run npm run build to create build your extension.
- Go to chrome://extensions/ from your browser.
- Enable developer mode.
- Click on load unpacked button and upload the build directory from the codebase.
- Now test your extension locally !