Skip to content

livingincircuits/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Depfu Depfu Depfu

What is this?

This is my personal portfolio and blog.

It uses Gatsby which is a blazing fast React.js static site generator ✨

Install

nvm install 18.0.0 nvm use 18.0.0 yarn

Run

In development: yarn run dev

Build

Create a static build public folder: yarn run build

Deploy

Publish gh-pages branch: yarn run deploy