Skip to content

AmigosKazz/Portfolio-2D

Repository files navigation

Hey, It's AmigosKazz

Inspired by the many creative 3D developer portfolios, I create one that's 2D instead. This is meant as a template that you can use to build your own. It works on both desktop and mobile.

A screenshot of the project

How to run

Note: You need Node.js and npm installed on your machine.

npm install then npm run dev

How to build

npm run build and a dist folder should be created.

How to preview the build

npm run preview

How to host?

Once the project is built. Take the content of the dist folder and drag and drop it to your favorite static site hosting provider.