berke581 / portfolio

Personal portfolio website made with Gatsby.

Home Page:https://www.berkeyoncaci.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

This is my portfolio project made with Gatsby, and deployed to GitHub Pages. You can visit it here

Also, you can customize it for your own use.

Getting Started

Running the Development Server

yarn develop

Starting in Production Mode

yarn start

Deploying

In order to deploy, you need to have a branch called prod in your repository, which should be the source branch in GitHub Pages. After that, you can run the following command.

yarn deploy

Also, if you have a custom domain configured, it would help to have a CNAME file in public folder.

Analyzing

To view bundle sizes interactively, use the following command.

yarn analyze

If you just need the JSON report, building for production will be enough, report.json file will be present in the /public path after build.

yarn build

About

Personal portfolio website made with Gatsby.

https://www.berkeyoncaci.com/


Languages

Language:TypeScript 89.8%Language:JavaScript 8.0%Language:CSS 2.2%