Login to vercel by adding your github account and there's a button called add new press on that , import the required repo from github ,after importing the final step is configuring, keep the details as default and press on deploy button. It would proceed and deploy any errors it will show. So make the code changes push the changes to github and rerun again. You will get the deployed link
Also include the deployment part of both front-end and sanity studio on vercel.
Great stuff! Thank you
You're welcome
btw thanks for the video and using javascript and not typescript lol.
subscribed!!!
Thank you! Me learning typescript now.
Love it 🎉🎉🎉
Thank you
Awesome Video
Thank you
It show animation twice... Pls help
Refresh once and check
Try this:
useEffect(() => {
const instance = lottie.loadAnimation({
container: container,
renderer: 'svg',
loop: true,
autoplay: true,
});
// Return clean up function here
return () => instance.destroy();
}, []);
nice video.
Thank you!
how can i make this portfolio website go live?
Push the code to github, login to vercel and import this repo and build it. You will get the live url
Bro I'm see two Lottie images on screen and I have tried refreshing but still same issue!!
cut the server, once and try again, change the animation and check once, it works well for me if I refresh!
yo your sanity files contained your project id on github, is it okay to publicly shared like that?
recommended not to do it. i would not mind since this is a tutorial.
gd work ..but I see two Lottie images on screen
Okay, try refreshing and see.
yes i can also but how to resolve it
@@sujananand6155
can you make cleaning service app with back end(nextJs)@@sujananand6155
Yes bro I got the same issue too. I've tried refreshing but still same issue!! @@sujananand6155
@@sujananand6155 still showing twice
thanks
Bro how to deploy it using vercel ?👀
Login to vercel by adding your github account and there's a button called add new press on that , import the required repo from github ,after importing the final step is configuring, keep the details as default and press on deploy button. It would proceed and deploy any errors it will show. So make the code changes push the changes to github and rerun again. You will get the deployed link
and bro where can we get our own Lottie animations ???
@@sujananand6155
nice
Thank you.
How to run yarn 😢
install yarn first and then use yarn
Please upload the source code.
yes updated it