Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thepatrickniyo/patrickniyo.com
- Owner: thepatrickniyo
- License: mit
- Created: 2021-12-24T01:02:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T00:08:10.000Z (11 days ago)
- Last Synced: 2025-01-16T01:25:00.483Z (11 days ago)
- Topics: gatsbyjs, seo
- Language: JavaScript
- Homepage: https://patrickniyo.com
- Size: 36.3 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```