-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to run this repo locally? #1
Comments
If all api keys are properly filled up then maybe instead of .env use .env.local for local dev. |
Thakns for your prompt reply, `pnpm run db:seed
error: null value in column "slug" of relation "interviews" violates not-null constraint Not sure why the app cannot retrieve "slug" data from interviews.json file caused the "null" constraint error |
@ngtrphuong Try now bro. I think i fixed it. |
Thanks @iamjuney . It passed the "pnpm run db:seed" step. Further of error logs can be found in the embedded files, I'm still troubleshooting with this now, The curious question: have you tried running this project locally yet or just only deploying it on vercel? Many thanks in advance, |
it also works locally in my case. |
Finally, I can make this works locally by fixing "document not found error" due to SSR via the work-around mentioned here - LottieFiles/svelte-lottie-player#7 (comment) This is a great application, |
Hi @iamjuney ,
This is the great idea and I'd like to experiment it in my local PC,
However, after several tries, the code is still unsucessful in term of running and playing around with it,
Do you have the detailed guideline on how to build and run this on both local and vercel env?
Many thanks,
The text was updated successfully, but these errors were encountered: