This repository contains the source code for my personal portfolio website.
It is used to showcase selected projects, experiments, and development work.
- Next.js
- React
- Node.js
- Tailwind UI / Tailwind CSS
This project exists solely for presentation and educational viewing purposes.
You are welcome to browse the code to learn from it, but you may not reuse, copy, deploy, or redistribute any part of this project without explicit written permission.
To get started with this project, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
To make a production version of the code run:
npm run build
And after run:
npm run start
Also, open http://localhost:3000 in your browser to view the website.
To learn more about the technologies used in this site template, see the following resources:
- Tailwind CSS — the official Tailwind CSS documentation
- Next.js — the official Next.js documentation
- Headless UI — the official Headless UI documentation
- MDX — the MDX documentation
This repository is not open source.
You may:
- View the source code
- Learn from the implementation
You may NOT:
- Copy the design
- Recreate the website
- Deploy it yourself
- Use parts of the code in your own project
- Reupload modified versions
- Use it commercially or non-commercially
If you would like permission to use something from this project, contact me through GitHub.
© YarinsHyper — All Rights Reserved