Welcome to the Fizzi 3D Website project! This is a creative personal portfolio built using a modern tech stack including Next.js, Prismic CMS, Three.js, Tailwind CSS, and GSAP for smooth animations. The portfolio features a vibrant soda-themed design, interactive 3D elements, and dynamic content management.
This project is designed as a creative personal portfolio with a focus on modern, responsive web design and 3D interactions. The use of Next.js for the frontend, Prismic CMS for content management, and Three.js for 3D models allows for a rich, interactive experience.
To build a visually stunning and interactive personal portfolio website using cutting-edge web technologies. The final result will showcase your work in a unique way with animations, 3D models, and dynamic content.
Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/codedalex/fizzi-3d-website.git
cd fizzi-3d-website
Install dependencies:
npm install
Create a .env.local
file:
Set up your environment variables for Prismic and Vercel:
NEXT_PUBLIC_PRISMIC_ENDPOINT=<Your Prismic API URL>
PRISMIC_ACCESS_TOKEN=<Your Prismic Access Token>
Start the development server:
npm run dev
Access the site:
Visit http://localhost:3000
in your browser to see the site live.
You can customize the design and content in a few simple steps:
3D Soda Can Customization:
The 3D soda can model can be edited in Blender. Update the texture or 3D object in the SodaCan.tsx
file.
Text and Content: Update the text content directly in Prismic CMS. Head to your Prismic repository and modify the document fields as required.
Styling:
Modify Tailwind CSS utility classes within components to adjust styling or customize the tailwind.config.js
file for deeper changes.
Assets:
Replace image assets in the public/
directory or update them via Prismic for dynamic images.
The easiest way to deploy your project is via Vercel:
main
branch and Vercel will automatically build and deploy the project.If you encounter the error No documents were returned
, follow these steps:
en-us
).For more detailed help, visit the Prismic community forum.
This project is open-source and available under the MIT License.
```
This README provides a clear overview of the project, setup instructions, and customization options, giving future users all the information they need to get started.