Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmatias/gtsb-personal-website

Personal webpage
https://github.com/jsmatias/gtsb-personal-website

gatsbyjs netlify-deployment reactjs

Last synced: about 1 month ago
JSON representation

Personal webpage

Awesome Lists containing this project

README

        

# Personal Webpage Project

![React](https://img.shields.io/badge/React-v18.2.0-blue)
![Gatsby](https://img.shields.io/badge/Gatsby-v5.13.1-green)
[![Node.js Version](https://img.shields.io/badge/Node.js-v20.11.0-brightgreen)](https://nodejs.org/)

This project is my personal webpage built using ReactJS and Gatsby, and it's deployed on Netlify. The webpage showcases my portfolio, projects, and information about me.

## Table of Contents

- [Personal Webpage Project](#personal-webpage-project)
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Deployment](#deployment)

## Description

My personal webpage is designed to provide an interactive and informative platform to showcase my professional journey, skills, and projects. It's built using Gatsby, a React-based static site generator, which allows for fast loading times and easy content management.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/jsmatias/personal-webpage.git
cd gtsb-personal-website
```

2. Install dependencies

```bash
npm install
```

## Usage

1. Start development server:

```bash
npm run develop
```

2. Open your web browser and navigate to http://localhost:8000 to see the webpage in action.

## Deployment

Deploy this starter with one click on [Netlify](https://app.netlify.com/signup):

[Deploy to Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-minimal)