
This is the second release of my portfolio uvini.me built with Next.js and hosted with Firebase Hosting. In this release, I have introduced light and dark themes to enhance the user experience.
I'm pleased to welcome anyone interested in using my code to bring their website to life! 🚀 A little bit of acknowledgement goes a long way, so if you could give credit to my work by linking back to uvini.me, I'd be over the moon 🌝.
Once again -- the BIGGEST SHOUTOUT to Ranul Dayarathne 🎉
Thanks!
-
Clone the repository to your local machine
git clone https://github.com/UviniR/Portfolio-V2.git
-
Once the cloning process is completed, navigate into the cloned directory.
cd portfolio-V2-main
-
Install dependencies
npm i
-
Start the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.