/2d-portfolio

2D Portfolio using Kaboom.js

Primary LanguageTypeScript

2d Portfolio (Live)

A portfolio created using Kaboom.js and TypeScript.

2D Portfolio

Getting Started

  1. Clone the repository and navigate to the project directory
git clone https://github.com/saadfrhan/2d-portfolio.git
cd 2d-portfolio
  1. Install the dependencies
pnpm install
  1. Run the project
pnpm dev
  1. Navigate to localhost:5173 in your browser to see the project.

🤝 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Star the project if you like it.

  • 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.