This is a personal portfolio website built with Next.js, showcasing my skills, projects, and experiences.
This portfolio website is a modern, responsive web application built using Next.js (a React-based framework) and Tailwind CSS component libraries for UI elements. It's a website about me, my interests, and my coding projects.
To get started with the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/notsnip/website.git
-
Navigate into the project directory:
cd website
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
This will start the application at http://localhost:3000.
Once the project is set up and running, you can:
- Edit your portfolio content (projects, skills, etc.) by modifying the files in the
app
andcomponents
directories. - Add more functionality, such as contact forms, additional pages, or new components as needed.
The website supports dynamic routing via Next.js, and you can add more sections or pages as your portfolio grows.
This project is a fork of the original portfolio website by dromzeh, available under the GPL 3.0 License. Now maintained and developed by me.
This project is licensed under the GPL 3.0 License. See the LICENSE file for more details.