Contributing to social-connector
Contributions to social-connector
are greatly appreciated! You are welcome to file bug reports, suggest new features, fix bugs and add a feature. Also improving the documentation is a good way to start. If you are not sure whether your idea makes sense as part of this package goal, begin a conversation.
Filing bug reports
Bug reports should be filed using GitHub's Issue Tracker. Please add a minimal reproduction and/or instructions for reproducing the bug.
Suggesting new features
Feature suggestions should be filed using GitHub's Issue Tracker. Please add a detailed description of the feature and the use case.
Setting up your development environment
Fork this repository.
Clone the forked repo to your local machine.
Run
npm install
inside the root folder.If you are developing the library, add the following environment variables:
shellVITE_IG_APP_ID="YOUR_INSTAGRAM_APP_ID"; VITE_IG_REDIRECT_URI="https://YOUR_REDIRECT_URI/";
You can now run either
npm run dev
ornpm run docs:dev
, depending on if you are developing the library or the documentation.Develop!