Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thepatrickniyo/patrickniyo.com

My personal portfolio website! This site showcases my professional experience, projects, and skills. Built with Gatsby.js, it features a modern design, an extensive portfolio section, and a public resume. Explore to learn more about my journey and the work I've done.
https://github.com/thepatrickniyo/patrickniyo.com

gatsbyjs seo

Last synced: 1 day ago
JSON representation

My personal portfolio website! This site showcases my professional experience, projects, and skills. Built with Gatsby.js, it features a modern design, an extensive portfolio section, and a public resume. Explore to learn more about my journey and the work I've done.

Awesome Lists containing this project

README

        

## Patrick Niyo
I am a software engineer specializing in building apps for both web and mobile platforms, with a strong focus on web system architecture design & mentoring aspiring developers

## 🛠 Installation & Set Up

1. Install the Gatsby CLI

```sh
npm install -g gatsby-cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
yarn
```

4. Start the development server

```sh
npm start
```

## 🚀 Building and Running for Production

1. Generate a full static production build

```sh
npm run build
```

1. Preview the site as it will appear once deployed

```sh
npm run serve
```