Skip to content

radiusmethod/radiusmethodcom

Repository files navigation

Radius Method

This repository contains the codebase for the official Radius Method homepage, showcasing Crystal Tower as its flagship product. The website provides visitors with information about Radius Method's services and products, with a particular focus on visualizing AI-powered development workflows.

Radius Method Homepage

Overview

The Radius Method homepage serves as:

  • A primary marketing tool for the Crystal Tower product
  • A showcase for Radius Method's expertise in AI-enhanced development workflows
  • A demonstration of modern web development techniques
  • An informational resource for potential clients and partners

Table of Contents

Key Features

  1. Crystal Tower Showcase - Featured sections highlighting the capabilities of the Crystal Tower product
  2. Interactive Pipeline Demo - Visual demonstration of AI-powered workflow pipelines
  3. Responsive Design - Mobile-friendly interface that adapts to different screen sizes
  4. Modern Web Experience - Fast, accessible, and engaging user experience
  5. SEO Optimization - Structured for search engine visibility

Technology Stack

  • Frontend Framework: Next.js with App Router architecture
  • Language: TypeScript
  • Styling: CSS Modules
  • UI Components: React components with server/client separation
  • Deployment: GitHub Actions workflow for automated deployment

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/your-org/radius-method.git
cd radius-method
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables (if needed):
cp .env.example .env.local
# Edit .env.local with your settings

Development

Start the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to see the website.

Building for Production

Build the application for production:

npm run build
# or
yarn build

Running in Production

Start the production server:

npm run start
# or
yarn start

Contributing

Please see our Contributing Guide for details on how to contribute to the project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Learn More

To learn more about the technologies used in this project:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •