Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 2.52 KB

File metadata and controls

79 lines (53 loc) · 2.52 KB

CodeStorm Hub Portfolio Website

CodeStorm Hub is a vibrant community of open source enthusiasts, researchers, and creators. We collaborate on powerful open-source solutions.

This is the official portfolio website built with Next.js, Tailwind CSS, and Radix UI, featuring a modern design system inspired by Vercel's design engineering practices.

Tech Stack

Getting Started

First, install dependencies:

npm install

Then, run the development server:

npm run dev

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

Project Structure

src/
├── app/                    # Next.js App Router pages
├── components/             # Reusable UI components
├── lib/                    # Utilities and configurations
└── styles/                 # Global styles and design tokens

Design System

This project implements a comprehensive design system based on:

Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run build:github-pages - Build for GitHub Pages deployment
  • npm run start - Start production server
  • npm run lint - Run ESLint

Deployment

This project supports two deployment methods:

GitHub Pages (Recommended)

The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.

Vercel

Alternative deployment platform with similar capabilities.

  • Configuration: vercel.json included for Vercel deployments

Contributing

We welcome contributions! Please see our contributing guidelines for more details.

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.