Try out a live demo of the website here: https://next-js-3dstars-portfolio.vercel.app
You can also try out my personal website which uses this template: https://www.amircheikh.com/
Next.js 3D Stars is a portfolio website ready to work on mobile and desktop screens. The template is highly customizable, enabling you to launch your website within minutes.
This project is built using:
Follow these instructions to run and deploy your website:
Here is what you need to get started with this project
Step 1:
At the top of this repo, select the Use this template button to create your own repository based on this one:
Note: you can also clone this repo, download the code as a zip, or fork it. Find some way to get the code on your computer!
Step 2:
Clone your new repo:
git clone https://github.com/YOURGITHUBNAME/YOURREPO.gitStep 3:
In the root directory of the project, run the following command to install all dependencies:
npm iStep 4:
Again in the root directory, run this command to start the local development server
npm run devStep 5:
Visit http://localhost:3000 on your browser to see your website!
The easiest way to deploy a Next.js app is to use Vercel. Simply sign in to Vercel using Github and import your repository to deploy it!
Have a feature you want to implement or a bug you want to fix? Feel free to contribute!
Follow these steps
- Fork the repo
- Create a new branch (
git checkout -b new-feature) - Change the appropriate files
- Commit your changes (
git commit -m 'Implemented this feature') - Push to the branch (
git push origin new-feature) - Create a Pull Request 💸
Next.js 3D Stars Portfolio is open source software licensed as MIT and is free to use. See LICENSE for more details.
This project was bootstrapped with create-r3f-app

