Skip to content

sardul3/mounthire

Repository files navigation

Mount Hire LLC

A modern website for Mount Hire LLC, providing expert IT career guidance.

Getting Started

First, install the dependencies:

npm install --legacy-peer-deps
# or
yarn install --legacy-peer-deps

Environment Variables

Create a .env.local file in the root directory with the following variables:

RESEND_API_KEY=your_resend_api_key_here

You can copy the .env.example file as a template:

cp .env.example .env.local

Then, run the development server:

npm run dev
# or
yarn dev

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

Features

  • Modern UI with Tailwind CSS and Framer Motion
  • Contact form with email integration
  • Responsive design for all devices
  • Server-side form processing

About

A single page landing page for a IT recruitment firm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published