Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsmatias/gtsb-personal-website
- Owner: jsmatias
- Created: 2023-08-04T15:18:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T21:16:36.000Z (about 1 year ago)
- Last Synced: 2024-11-11T05:13:17.363Z (3 months ago)
- Topics: gatsbyjs, netlify-deployment, reactjs
- Language: JavaScript
- Homepage: https://www.jsmatias.net
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-minimal)