OgDev-01 / ogdev

My personal portfolio website
https://ogbonna.dev
1 stars 0 forks source link

Og Dev

🔥 ogdev.vercel.app 🔥

My personal portfolio v2


🖼️ Project Figma

The figma for this project can be found here

📙 Storybook

The project uses storybook for component testing and design system, if you are unfamiliar:

Storybook local development

To start storybook locally:

npm run storybook

To build storybook:

npm run build-storybook

Getting Started

🖥️ Local development

To install the application:

npm install

To start a local copy of the app on port 3000:

npm run dev

Open http://localhost:3000 with your browser to see the result.

DB Migrations

To run migrations:

npm run migrations

To apply migrations to Neon Serverless Db

npm run apply-migrations

🚀 Production deployment

A production deployment is a complete build of the project, including the build of the static assets.

npm run build

To run the production deployment:

npm run start