🔴 Let's build a Developer Portfolio with Next.js 13 App Router Sanity CMS

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 37

  • @usamarazaaq219
    @usamarazaaq219 ปีที่แล้ว +2

    Also include the deployment part of both front-end and sanity studio on vercel.

  • @GregPeters1
    @GregPeters1 ปีที่แล้ว

    Great stuff! Thank you

  • @EmperorAlles
    @EmperorAlles ปีที่แล้ว

    btw thanks for the video and using javascript and not typescript lol.
    subscribed!!!

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว

      Thank you! Me learning typescript now.

  • @m__link6499
    @m__link6499 ปีที่แล้ว

    Love it 🎉🎉🎉

  • @vinaydeveloper5496
    @vinaydeveloper5496 ปีที่แล้ว

    Awesome Video

  • @AnkitGupta-44
    @AnkitGupta-44 ปีที่แล้ว +1

    It show animation twice... Pls help

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว

      Refresh once and check

    • @blaqued5186
      @blaqued5186 ปีที่แล้ว

      Try this:
      useEffect(() => {
      const instance = lottie.loadAnimation({
      container: container,
      renderer: 'svg',
      loop: true,
      autoplay: true,
      });
      // Return clean up function here
      return () => instance.destroy();
      }, []);

  • @kdstudiogames3602
    @kdstudiogames3602 ปีที่แล้ว

    nice video.

  • @RelaxationArena
    @RelaxationArena ปีที่แล้ว

    how can i make this portfolio website go live?

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว +1

      Push the code to github, login to vercel and import this repo and build it. You will get the live url

  • @akashvarma954
    @akashvarma954 ปีที่แล้ว

    Bro I'm see two Lottie images on screen and I have tried refreshing but still same issue!!

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว

      cut the server, once and try again, change the animation and check once, it works well for me if I refresh!

  • @EmperorAlles
    @EmperorAlles ปีที่แล้ว

    yo your sanity files contained your project id on github, is it okay to publicly shared like that?

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว

      recommended not to do it. i would not mind since this is a tutorial.

  • @XXl-g1v
    @XXl-g1v ปีที่แล้ว

    gd work ..but I see two Lottie images on screen

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว +1

      Okay, try refreshing and see.

    • @_csds_PranjalSharma
      @_csds_PranjalSharma ปีที่แล้ว

      yes i can also but how to resolve it
      @@sujananand6155

    • @XXl-g1v
      @XXl-g1v ปีที่แล้ว

      can you make cleaning service app with back end(nextJs)@@sujananand6155

    • @akashvarma954
      @akashvarma954 ปีที่แล้ว

      Yes bro I got the same issue too. I've tried refreshing but still same issue!! @@sujananand6155

    • @AnkitGupta-44
      @AnkitGupta-44 ปีที่แล้ว

      @@sujananand6155 still showing twice

  • @syedahafsadeveloper
    @syedahafsadeveloper 8 หลายเดือนก่อน

    thanks

  • @akashvarma954
    @akashvarma954 ปีที่แล้ว

    Bro how to deploy it using vercel ?👀

    • @sujananand6155
      @sujananand6155  ปีที่แล้ว +1

      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

    • @akashvarma954
      @akashvarma954 ปีที่แล้ว

      and bro where can we get our own Lottie animations ???
      @@sujananand6155

  • @zaheerabbas8344
    @zaheerabbas8344 ปีที่แล้ว

    nice

  • @aniketmendhe8073
    @aniketmendhe8073 9 หลายเดือนก่อน

    How to run yarn 😢

    • @sujananand6155
      @sujananand6155  8 หลายเดือนก่อน

      install yarn first and then use yarn

  • @usamarazaaq219
    @usamarazaaq219 ปีที่แล้ว

    Please upload the source code.