/PortfolioWebsite

Portfolio website to display my works and offer an introduction to my experiences, capabilities, and goals.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

Developer Portfolio Website Template

Live portfolio viewable at Newt9.dev.

Setup And Deployment 🔧

  1. To Get Started, Fork this repository to your GitHub account:

  2. Clone the forked repo from your account using:

      git clone https://github.com/<your-username>/home.git
  3. Open in editor and edit src/editable-stuff/config.js file.

  4. Add your resume as <resume.pdf> in place of src/editable-stuff/resume.pdf

  5. Edit title and meta description in public/index.html.

  6. Change "homepage" URL in package.json file to be your intended deployment url:

     "homepage": "https://portfolio-newt.netlify.app/"
  7. After editing run the following bash commands:

    npm install
    npm start
  8. For quick deployment visit https://www.netlify.com/ to deploy this project from your github.



Project created with modified framework provided by hashirshoaeb.github.io. Thanks, Hashir!


Versions

NPM v9.2.0
Node v19.3.0