Project logo

my-portfolio


Portfoilio Web Page for yours truly

📝 Table of Contents

💡 Idea / Solution

I need site to host my web portfolio, but the cost of running it on a server all the time was beyound my budget. In my quest for static content hosting, I thought of GitHub Page.

Prerequisites

This project was build with react ⚛️.
To run this project locally you need to have node install on your machine

node -v   #confirm node installation

Installing

Open up a command window and run the following code below

git clone https://github.com/iMiebaka/my-portfolio
cd my-portfolio
npm install

If the dependencies are completely install, start the app with the code below.

npm run dev

🎈 Usage/ Modifications

The Files to be modified are in the Component folder
The file with basic information about the web page in the info.js file.

⛏️ Built With

Run the build command to get production build

npm run build

The build files are located in the dist dir

✍️ Authors

🎉 Acknowledgments