Skip to content

CSES-Dev/runway-ave

Repository files navigation

Runway Avenue Website

Marketing website for the Runway Avenue startup by CSES, built with Next.js, React, and Tailwind CSS.

Getting Started

Prerequisites

  • Node.js 18+ (LTS recommended)
  • npm (comes with Node.js)

Install

  1. Install dependencies:
npm install
  1. Start the dev server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Scripts

  • npm run dev - Start the local dev server
  • npm run build - Create a production build
  • npm run start - Run the production server
  • npm run lint - Run Next.js lint
  • npm run lint-check - Run lint + Prettier check
  • npm run lint-fix - Auto-fix lint + format with Prettier
  • npm run format - Format all files with Prettier
  • npm run test - Run Playwright end-to-end tests

Tech Stack

  • Next.js (App Router)
  • React
  • TypeScript
  • Tailwind CSS
  • Playwright

Project Structure

  • app/ - App Router pages, layouts, and styles
  • components/ - Shared UI components
  • public/ - Static assets
  • tests/ - Playwright end-to-end tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors