A simple website made in Next.js to show my developer portofolio. Check it out: v2.therealzzy.xyz
This website is actually a complete full rewrite of my old, hard-to-maintain site: old site
- (Optional) Fork this repository
- Create new project in Vercel
- Choose
Import Third-Party Git Repository
- Paste this repository url or your forked repository
https://github.com/then77/website/
- Follow the instruction and create
- Make sure that
Node.js 18.x
&npm
are already installed. - Clone and download as zip, then extract, or use
git
git clone https://github.com/then77/website.git
cd website
- Install the dependencies
npm install
- Run the development server
next dev
- Or, if you want production ready
next build
next start
Special thanks to:
Every new web design means i need to change a lot things in my website. Because i still want to preserve every website version i created, so i will just archive it while keeping it still publicily. Don't worry, the online version will be still reserved on v2.therealzzy.xyz while that means there will be no more updates on the website.
All this website related code are distributed under the Apache 2.0 License