Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jwilferd10/PortfolioForge
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilferd10 committed Sep 24, 2023
2 parents 2c70921 + dd93a6c commit a633c44
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ PortfolioForge allows you to generate a professional portfolio page for showcasi

### Prerequisites
Before you begin, ensure that you have met the following requirements:
- A Source-Code Editor
- VSCode, etc
- Node.js
PortfolioForge uses Node.js, make sure it's installed on your system. If not, you can download and install it from https://nodejs.org/en.
- PortfolioForge uses Node.js, make sure it's installed on your system. If not, you can download and install it from https://nodejs.org/en.

### Installation
1. Clone this repository to your local machine using the following command:
Expand Down Expand Up @@ -95,7 +97,9 @@ To generate your portfolio, follow these steps:
5. The page will be located within the `dist` folder as `index.html`. You can open that html file to view your portfolio

### Customization
You can customize the appearance and styling of your portfolio page by editing the `style.css` file within the `dist` folder. Feel free to modify the CSS to match your personal preference.
With PortfolioForge, your choices heavily influence how base template will turn out.

Additionally you can customize the appearance and styling of your portfolio page by editing the `style.css` file within the `dist` folder. Feel free to modify the CSS to match your personal preference.

### Troubleshooting
If you encounter any issues, please open an issue on this repository
Expand Down

0 comments on commit a633c44

Please sign in to comment.