Skip to content

k3n37/dev-nairb

Repository files navigation

Dev Nairb Portfolio

Personal portfolio application focused on systems engineering domains and flagship projects.

Stack

  • React 19
  • TypeScript
  • Vite
  • Tailwind CSS
  • Framer Motion

Run Locally

Prerequisites:

  • Node.js 18+
  1. Install dependencies:
npm install
  1. Create local environment file:
cp .env.example .env.local
  1. Start development server:
npm run dev
  1. Open: http://localhost:3000

Scripts

  • npm run dev: Start local dev server on port 3000
  • npm run build: Production build
  • npm run preview: Preview production build
  • npm run lint: TypeScript type check
  • npm run clean: Remove build output

Project Structure

  • src/App.tsx: Main UI composition and sections
  • src/constants.ts: Domain/project content model
  • src/index.css: Design system and global styles
  • src/lib/utils.ts: Shared utilities

Deployment

Build artifact:

npm run build

Then deploy the generated dist/ folder to your preferred static hosting provider.

About

Personal developer brand and portfolio experiments for k3n37

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors