Skip to content

msol98/portfolio

Repository files navigation

Portfolio Website


forthebadge   forthebadge   forthebadge  


Open Source

You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to msol98. Thanks!

Sections

✔️ Introduction
✔️ About me
✔️ Work Experience
✔️ Testimonials
✔️ Awards
✔️ Contact me

Built With

My personal portfolio which represents my resume and technical skills is built using these technologies:

🚀 Angular
🚀 JavaScript
🚀 TypeScript
🚀 HTML
🚀 CSS, Sass
🚀 Angular Material

How To Use

From your command line, first clone portfolio repository:

# Clone the repository
$ git clone https://github.com/msol98/portfolio

# Move into the repository
$ cd portfolio

# Remove the current origin repository
$ git remote remove origin

After that, you can install the dependencies either using NPM or Yarn.

Using NPM: Simply run the below commands.

# 2022 Update - Fix Dependencies
$ npm audit fix

# Install dependencies
$ npm install

# Start the development server
$ npm start

Using Yarn: Be aware of that you'll need to delete the package-lock.json file before executing the below commands.

# Install dependencies
$ yarn

# Start the development server
$ yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published