Skip to content

codelabsab/finflow-landing

Repository files navigation

Finflow Landing Page

A modern landing page built with Next.js 14, TypeScript, Tailwind CSS, and MDX.

Getting Started

Prerequisites

  • Node.js 18.0.0 or later
  • npm, yarn, or pnpm

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Copy the environment variables:
cp .env.example .env.local
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

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

Scripts

  • npm run dev - Start the development server
  • npm run build - Build for production
  • npm run start - Start the production server
  • npm run lint - Run ESLint
  • npm run typecheck - Run TypeScript type checking
  • npm run format - Check code formatting
  • npm run format:fix - Fix code formatting

Tech Stack

Project Structure

├── content/           # MDX blog posts and news
├── public/            # Static assets
├── src/
│   ├── app/          # Next.js App Router pages
│   ├── components/   # React components
│   ├── lib/          # Utility functions
│   └── types/        # TypeScript types
├── tailwind.config.ts # Tailwind configuration
└── next.config.mjs    # Next.js configuration

License

See LICENSE.md for details.

About

landing page signup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published