Skip to content

Playjasb2/Portfolio-Website

Repository files navigation

Portfolio Website

Netlify Status

This is my portfolio website. It was created using GatsbyJS.

Site: www.jasmeetbrar.com

🚀 Quick Start

  1. Clone the repo

    Clone the repo to your desired location.

    # clone the repo
    git clone https://github.com/Playjasb2/Portfolio-Website.git
  2. Install dependencies

    Navigate into the site's directory and install the dependencies.

    cd Portfolio-Website/
    npm install
  3. Run the website locally

    With the Gatsby CLI installed, you can run the website locally in development mode.

    gatsby develop
  4. Open the source code and start editing!

    The site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying the data. Learn more about using this tool in the Gatsby tutorial.

  5. Generate optimized build

    When you're done editing, you can optionally make an optimized build that you can deploy on any server.

    gatsby build