-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask Question | ||
url: https://github.com/family-dev/connectkit/discussions/new?category=q-a | ||
url: https://github.com/family/connectkit/discussions/new?category=q-a | ||
about: Ask questions and discuss with the community | ||
- name: Feature Request | ||
url: https://github.com/family-dev/connectkit/discussions/new?category=ideas | ||
about: Request features or discuss new ideas for ConnectKit | ||
url: https://github.com/family/connectkit/discussions/new?category=ideas | ||
about: Request features or discuss new ideas for ConnectKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Before jumping into any code, make sure you have the following installed: | |
Then simply clone the repository to your computer like following: | ||
|
||
```sh | ||
$ git clone [email protected]:family-dev/connectkit.git | ||
$ git clone [email protected]:family/connectkit.git | ||
$ cd connectkit | ||
``` | ||
|
||
|
@@ -40,7 +40,7 @@ If the above environments do not fit your needs, feel free to create a new one. | |
|
||
## Submitting a Pull Request | ||
|
||
When you're ready, open a [pull request](https://github.com/family-dev/connectkit/pulls) and we'll gladly jump into reviewing the code. | ||
When you're ready, open a [pull request](https://github.com/family/connectkit/pulls) and we'll gladly jump into reviewing the code. | ||
|
||
Please try and be as detailed as possible in both your commit messages and the changes you introduce to help make the process smoother. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,11 +43,11 @@ You can find the full API Reference in the Family docs [here](https://docs.famil | |
|
||
## Examples | ||
|
||
There are various runnable examples included in this repository in the [examples folder](https://github.com/family-dev/connectkit/tree/main/examples): | ||
There are various runnable examples included in this repository in the [examples folder](https://github.com/family/connectkit/tree/main/examples): | ||
|
||
- [Create React App Example (TypeScript)](https://github.com/family-dev/connectkit/tree/main/examples/cra) | ||
- [Next.js Example (TypeScript)](https://github.com/family-dev/connectkit/tree/main/examples/nextjs) | ||
- [Vite Example (TypeScript)](https://github.com/family-dev/connectkit/tree/main/examples/vite) | ||
- [Create React App Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/cra) | ||
- [Next.js Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/nextjs) | ||
- [Vite Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/vite) | ||
|
||
### Try in CodeSandbox | ||
|
||
|
@@ -61,7 +61,7 @@ You can try out some ConnectKit examples directly in your browser through CodeSa | |
Clone the ConnectKit project and install the necessary dependencies: | ||
|
||
```sh | ||
$ git clone [email protected]:family-dev/connectkit.git | ||
$ git clone [email protected]:family/connectkit.git | ||
$ cd connectkit | ||
$ yarn install | ||
``` | ||
|
@@ -82,12 +82,12 @@ $ yarn dev:cra # Create React App | |
|
||
## Contribute | ||
|
||
Before starting on anything, please have a read through our [Contribution Guidelines](https://github.com/family-dev/connectkit/blob/main/CONTRIBUTING.md). | ||
Before starting on anything, please have a read through our [Contribution Guidelines](https://github.com/family/connectkit/blob/main/CONTRIBUTING.md). | ||
|
||
|
||
Follow [@family](https://twitter.com/family) on Twitter for the latest updates on ConnectKit. | ||
|
||
## License | ||
|
||
See [LICENSE](https://github.com/family-dev/connectkit/blob/main/LICENSE) for more information. | ||
See [LICENSE](https://github.com/family/connectkit/blob/main/LICENSE) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7dead19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
connectkit-vite – ./
connectkit-vite-lfe.vercel.app
connectkit-testbench.vercel.app
connectkit-vite-git-main-lfe.vercel.app
7dead19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
connectkit-cra – ./
connectkit-cra-lfe.vercel.app
connectkit-cra.vercel.app
connectkit-cra-git-main-lfe.vercel.app