Skip to content

A modern, high-performance trading platform built with Next.js 14, TypeScript, Tailwind CSS, and Framer Motion. Features a modular monorepo architecture with shared UI components.

Notifications You must be signed in to change notification settings

stackified/crimsonfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrimsonFX Trading Platform

A modern, professional trading platform website built with Next.js, TypeScript, and Tailwind CSS.

Project Structure

This is a monorepo containing:

  • apps/web - Next.js frontend application
  • packages/ui - Shared UI components (shadcn-based)
  • packages/config - Shared configurations (ESLint, TypeScript, Tailwind)
  • packages/utils - Shared utilities
  • packages/types - Shared TypeScript types

Getting Started

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Tech Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • shadcn/ui
  • Framer Motion

About

A modern, high-performance trading platform built with Next.js 14, TypeScript, Tailwind CSS, and Framer Motion. Features a modular monorepo architecture with shared UI components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published