Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 649 Bytes

Personal Portfolio Project

How to Install

You can download a copy of the project by pressing the "Download Zip" button on the Github page. After that you should decompress the files into the root directory of Xampp. Depending on your operating system, the directory is located as follows:

XAMPP on Windows: C:/xampp/htdocs/

XAMPP on Linux: /opt/lampp/htdocs/

XAMPP on Mac OS X: /Applications/XAMPP/htdocs/

Install npm and run the following command to getting start with the project:

Run npm run dev or yarn dev or pnpm dev to start the development server on http://localhost:3000 Visit http://localhost:3000 to view your application