You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Sam Gbafa d6d61b745f
Merge pull request #1 from TinyCloudLabs/update-nav
2 months ago
.claude/commands update nav 2 months ago
data added groups 2 months ago
public update nav 2 months ago
scripts setup instructions + script 2 months ago
src Fix TypeScript compilation errors in navigation components 2 months ago
.gitignore initial setup 2 months ago
README.md update 2 months ago
bun.lock initial setup 2 months ago
eslint.config.js initial setup 2 months ago
index.html update nav 2 months ago
package.json initial setup 2 months ago
tsconfig.app.json initial setup 2 months ago
tsconfig.json initial setup 2 months ago
tsconfig.node.json initial setup 2 months ago
vite.config.ts initial setup 2 months ago

README.md

Personal Network Manager

A modern web application for building and managing your professional network. Import contacts from LinkedIn, organize connections, and grow your network with QR code invitations.

Features

  • LinkedIn Integration - Import your professional connections
  • Contact Management - Organize and track your network
  • QR Code Invitations - Share your network invitation via QR codes
  • Professional Dashboard - Clean, modern interface with Material-UI
  • Responsive Design - Works seamlessly on desktop and mobile
  • Onboarding Flow - Guided setup for new users

Initial Setup

# install node + bun
./scripts/setup.sh
source ~/.zshrc

🚀 Quick Start

# install dependencies
bun install

# run locally
bun dev

📱 Live Demo

Visit: https://nao-pnm-ui.pages.dev/

🤖 Claude Commands

This project includes helpful Claude commands for development:

# start claude in yolo mode
claude --dangerously-skip-permissions

# pull main changes
/sync-main

# sync branch changes with github
/sync-branch

# create or swap to a branch for development
/swap-branch [new or existing branch name]

# ask claude or team for help if needed

🔧 Available Scripts

  • bun run dev - Start development server
  • bun run build - Build for production
  • bun run preview - Preview production build
  • bun run lint - Run ESLint