You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
1. [Fork the project](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
3583
+
2. [Clone the repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
3584
+
3. Install the dependencies: \`yarn\`
3585
+
4. Run the development mode: \`yarn start\`
3586
+
3587
+
Please read [our contribution process](./CONTRIBUTING.md) to learn more.
3588
+
3589
+
---
3590
+
3591
+
_This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._"
| [\`option1\`](#option1) | \`string\` | true | - | REPLACE WITH THE DESCRIPTION FOR THIS OPTION |
5782
+
5783
+
#### option1
5784
+
5785
+
> \`string\` | **required**
5786
+
5787
+
REPLACE WITH THE DESCRIPTION FOR THIS OPTION
5788
+
5609
5789
## Connector
5610
5790
5611
5791
### Usage
@@ -5631,45 +5811,20 @@ const App = () => (
5631
5811
);
5632
5812
\`\`\`
5633
5813
5634
-
## Test
5635
-
5636
-
\`\`\`bash
5637
-
npm test
5638
-
# or
5639
-
yarn test
5640
-
\`\`\`
5641
-
5642
-
## Build
5643
-
5644
-
\`\`\`bash
5645
-
npm run build
5646
-
# or
5647
-
yarn build
5648
-
\`\`\`
5649
-
5650
-
## Release
5651
-
5652
-
\`\`\`bash
5653
-
npm run release
5654
-
# or
5655
-
yarn release
5656
-
\`\`\`
5657
-
5658
-
### First Release
5814
+
## Contributing
5659
5815
5660
-
\`\`\`bash
5661
-
npm run release -- --first-release
5662
-
# or
5663
-
yarn release --first-release
5664
-
\`\`\`
5816
+
To start contributing to code, you need to:
5665
5817
5666
-
This will tag a release without bumping the version.
5818
+
1. [Fork the project](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
5819
+
2. [Clone the repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository)
5820
+
3. Install the dependencies: \`yarn\`
5821
+
4. Run the development mode: \`yarn start\`
5667
5822
5668
-
When you are ready, push the git tag and run \`npm publish\`.
5823
+
Please read [our contribution process](./CONTRIBUTING.md) to learn more.
5669
5824
5670
-
If you want to publish it as a public scoped package, run \`npm publish --access public\` the first time.
5825
+
---
5671
5826
5672
-
[To know more about \`standard-version\`, read this →](https://github.com/conventional-changelog/standard-version#cli-usage)"
5827
+
_This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._"
0 commit comments