Skip to content

Files

Latest commit

66766fd · Apr 17, 2024

History

History
25 lines (14 loc) · 644 Bytes

README.MD

File metadata and controls

25 lines (14 loc) · 644 Bytes

Developer portfolio that's a 2D game

Welcome! This is my attempt to introduce myself briefly in the form of a game. Have a nice trip! Live Demo: https://luna-portfolio-ml71zzqu9-alesaa0s-projects.vercel.app

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.