/gatsby-react

Primary LanguageSCSSBSD Zero Clause License0BSD

From your command line, clone and run react-portfolio-template:

# Clone this repository
$ git clone https://github.com/chetanverma16/react-portfolio-template

# Go into the repository
$ cd react-portfolio-template

# Install dependencies
$ yarn

#Start's development server
$ gatsby develop

Personalize page content in /src/yourdata.js & modify it as per your need.

/* Change this file to get your Personal Porfolio */
 // Edit Values of these variables

name:"bhaskar"

Deployment

When you are done with the setup, you should host your website online. We highly recommend to read through the Deploying on Github Pages docs for React.

Deploying to Vercel

You could also host directly with Vercel by linking your own repository.

Deploy To Netlify

For more information, read hosting on Netlify.

Technologies Used