Skip to content

apecuca/Portfolio-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Hello! My name's Marco and this is my personal website, a simple static portfolio website made using HTML, CSS, Javascript and the React Framwork.

The website is available here.

About me

My full name's Marco Bossle Villanova and I'm a Game Developer, currently working on my own Game Engine. I've worked on a few projects (less than I would've like to) using various technologies. You can find out more about said projects on the website ;)

Unity Godot Engine React OpenGL

Running locally

If, for some reason, you want to run this project on your machine, here are the steps.

  1. Download this repository and extract wherever you want

  2. Install Node/npm

  3. On your desired command prompt, go to the directory where you extracted the files

// this is just an example of how to navigate on the command prompt (on windows hehe)
cd [Partition]:/[Folder]/[Folder]/[ExtractedFolder]
  1. Run npm install to install all the project dependencies

  2. Run npm start to run the app on your network