Skip to content

JoeFurfaro/joefurf.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

joefurf.com

My website for personal introduction, career portfolio, and blog. It is a simple React app with no backend, so you can run and build it in seconds with Node or Bun.

cd bun

# To launch with Bun
bun install
bun run dev

# To launch with Node
npm install
npm run dev

You can also build for production with the build script.

cd bun && bun run build

About

My personal website & future blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors