Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to vercel #3

Open
Vincentqyw opened this issue Sep 18, 2024 · 1 comment
Open

Deploy to vercel #3

Vincentqyw opened this issue Sep 18, 2024 · 1 comment

Comments

@Vincentqyw
Copy link

Great project! How can I deploy this repository to Vercel, and what settings should be added?

@mazzzystar
Copy link
Owner

Hi, I'm not sure why you want to deploy to Vercel, because unlike many Github blog repos, this one doesn't need to be deployed to be used: you can check the how-it-works section.

If you're certain you want to deploy Tinymind yourself, you need to create a .env file with the following content:

GITHUB_ID= # your Github app id
GITHUB_SECRET= # your Github app secret
NEXTAUTH_SECRET= # random generate one
NEXTAUTH_URL=http:localhost:3000

Then you need to create an application in Github and paste the GITHUB_ID and GITHUB_SECRET. Then run:

npm i
npm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants