Github
→ GitHub
(#171)
This commit is contained in:
@@ -57,7 +57,7 @@ To run Unsend, locally you will need to setup the following:
|
||||
|
||||
<Steps>
|
||||
<Step title="Fork the repo">
|
||||
Click on the fork button on [Github](https://github.com/unsend-dev/unsend) to fork the repo
|
||||
Click on the fork button on [GitHub](https://github.com/unsend-dev/unsend) to fork the repo
|
||||
</Step>
|
||||
<Step title="Clone the repo">
|
||||
Once the repo is forked you can clone it on your local machine using:
|
||||
@@ -101,7 +101,7 @@ openssl rand -base64 32
|
||||
```
|
||||
|
||||
</Step>
|
||||
<Step title="Setup Github Oauth (optional)">
|
||||
<Step title="Setup GitHub Oauth (optional)">
|
||||
<Note>
|
||||
You don't need this setup if you have `FROM_EMAIL` set in your environment
|
||||
variables. for development email link will logged in the console.
|
||||
@@ -165,7 +165,7 @@ http://localhost:3001
|
||||
```
|
||||
|
||||
</Step>
|
||||
<Step title="Once you login with Github you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
<Step title="Once you login with GitHub you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
|
||||
```bash
|
||||
cloudflared tunnel --url http://localhost:3000
|
||||
@@ -195,7 +195,7 @@ pnpm db:migrate-dev
|
||||
pnpm dev
|
||||
```
|
||||
</Step>
|
||||
<Step title="Once you login with Github you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
<Step title="Once you login with GitHub you will be prompted with SES settings. You will need to run cloudflare tunnel to add the callback URL">
|
||||
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
|
||||
```bash
|
||||
cloudflared tunnel --url http://localhost:3000
|
||||
|
Reference in New Issue
Block a user