Skip to content

Oba-One/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal portfolio

Site preview

My design portfolio to showcase my projects. Built with Next.js. View the live site.

Setup

Make sure you have Node.js 22.22.1 and Bun 1.3.10 installed. This repo uses the checked-in bun.lock, so use Bun for all package scripts and dependency installs.

bun install --frozen-lockfile

Once it's done, start the full local environment with:

bun run dev

That launches the Next site on 3201 and Storybook on 3202 through the repo-native coordinator in scripts/dev.mjs. Press Ctrl-C to stop both.

To run only the Next site or only Storybook:

bun run dev:site
bun run storybook

To create a production build:

bun run build

About

Portfolio of Afolabi Aiyeloja

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors