Hello, I'm Zyshonne Harris! I'm a professional photographer, videographer, and editor, tailoring my skills to bring your vision and memories to life! Where moments become memories.
With ZY Productions brings you a warm welcome. Get to know Zyshonne Harris and his business at WithZyProductions.com.
Experience the business through Zyshonne's perspective and understand the many clients' portrayals that demonstrate the strengths and qualities of Zyshonne and his services.
Shh... We are aware that we could have just sniped the withzy.productions domain name, but what can we do about it now?
WithZyProductions.com was developed using Next.js 15. If (for whatever reason) you want to host the website locally, you can do so by following a few simple steps, assuming you have Git installed:
Simply open the desired folder that you want the project to fall into. We're installing the repository via the Git Bash. Personally, I would use VSCode to download, but the GitHub CLI works, too.
In Git Bash, copy and paste the following command:
git clone https://github.com/Vicente0670/withzyproductions
This should clone the entire repository to the current directory.
Run the local server using the following commands (according to Next.js's README):
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOnce you've done that, open http://localhost:3000 on your web browser, and you should see the entirety of the website. You can now modify the project on your computer at will.
... I think this tutorial needs some enhancing...