Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
/ website Public archive

My personal website made with Next.js. It is now outdated.

License

Notifications You must be signed in to change notification settings

then77/website

Repository files navigation

⚠️ Note: This repo is outdated, read why below ⚠️

Realzzy Website

mockup

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

☁️ Hosting

Using Vercel

  1. (Optional) Fork this repository
  2. Create new project in Vercel
  3. Choose Import Third-Party Git Repository
  4. Paste this repository url or your forked repository
https://github.com/then77/website/
  1. Follow the instruction and create

Self-host (Locally)

  1. Make sure that Node.js 18.x & npm are already installed.
  2. Clone and download as zip, then extract, or use git
git clone https://github.com/then77/website.git
cd website
  1. Install the dependencies
npm install
  1. Run the development server
next dev
  1. Or, if you want production ready
next build
next start

✒ Credits

Special thanks to:

⚠️ Why is now outdated?

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.

⚖️ License

All this website related code are distributed under the Apache 2.0 License

About

My personal website made with Next.js. It is now outdated.

Topics

Resources

License

Stars

Watchers

Forks