This is my portfolio website built with Nuxt 3 and Nuxt UI. I'm using this as a way to learn and experiment with new technologies, and to showcase my work. I hope you enjoy it!
You can view the live demo of the portfolio website at https://bleckwolf25.vercel.app.
The project structure details can be found in the PROJECT_STRUCTURE.md file.
You can view my portfolio on a markdown file in PORTFOLIO.md.
This portfolio can be used by yourself! Fork the repository and make it your own. I hope you enjoy it! All the code is well documented and commented, so you should be able to understand it easily.
Requires Node.js v22.15.0+ to run. Requires NPM v10.24.0+ to run.
# Clone the repository
git clone https://github.com/BleckWolf25/bleckwolf25-portfolio.git
# Change directory
cd bleckwolf25-portfolio
# Install dependencies
npm install
# Start the development server
npm run dev
This project is deployed on Vercel.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Here are some guidelines for contributing to this project:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Wait for me to merge your changes
- Celebrate!
This project is licensed under the MIT license.