harshptl14 / portfolio-1

Personal Portfolio Website

Home Page:https://vascoalramos.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Portfolio Website πŸ’» πŸ”₯ GitHub Gatsby Publish Language grade: JavaScript

I developed this project because of the urge I felt to have a more accurate online representation of the work I do as a student of Computer Science and Junior Engineer.

Furthermore, I also used this idea/project to learn new skills, mainly in frontend development, such as GatsbyJS and React and also tools and APIs like GraphQL.

I am, most definitely proud of what I was able to achieve, so, this is the product of all my learning of that technologies and the main purpose of this project is not only to serve as the git repository of my portfolio but also to share and showcase some of the things that I've learned these last few weeks all of you who may be interested.

Thanks for stopping by! πŸ˜‰

Getting Started πŸš€

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites πŸ“‹

The version of each prerequisite should be the following:

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
gatsby-cli@2.8.22 or higher

How To Use πŸ”§

From your command line, clone and run Portfolio:

# Clone this repository
$ git clone https://github.com/vascoalramos/portfolio

# Go into the repository
$ cd portfolio

# Remove current origin repository
$ git remote remove origin

# Install dependencies
$ npm install

# Start development server
$ npm run develop

❗️ NOTE: ❗️ If you run into issues installing the dependencies, use the following commands:

# Install dependencies with all permissions
$ sudo npm install --unsafe-perm=true --allow-root

# Start development server
$ npm run develop

Deployment πŸ“¦

Once you have done your setup, you need to put your website online!

What I chose was Namecheap to the domain and DNS and GitHub Pages to run my website!

Using the script I provide in package.json (I'm assuming your repo is already linked to your local folder and you have a gh-pages branch created), the only thing you have to do is to run the following command:

# Generate a full static production build
# and commit this build to your gh-pages branch
$ npm run deploy

Another option is to integrate the deployment of your Gatsby website with GitHub Actions via Gatsby Publish.

You can check my web portfolio live at: vascoalramos.me

Portfolio Thumbnail

Technologies Used πŸ› οΈ

Author

License πŸ“„

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments 🎁

Forking This Repo 🚨

During the development of this project, some people have asked me if they could use this code for their own websites. The answer was always "yes", as long as it was some attribution. For business projects or otherwise something greater than just a personal project, that is not always the case. Thus, if in doubt, please don't think twice about asking me.

I most certainly value keeping this site open source, but as you all know, plagiarism is bad. Therefore, if you want to use this code to your website or as the baseline to a personal project, all I ask is to not claim this effort as your own.

So, feel free to fork this repo. If you do, please just give me proper credit by linking back to my website, vascoalramos.me. Refer to this handy quora post if you're not sure what to do. Thanks!

About

Personal Portfolio Website

https://vascoalramos.me

License:MIT License


Languages

Language:JavaScript 82.7%Language:SCSS 17.3%