A modern website for Mount Hire LLC, providing expert IT career guidance.
First, install the dependencies:
npm install --legacy-peer-deps
# or
yarn install --legacy-peer-depsCreate 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.localThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- Modern UI with Tailwind CSS and Framer Motion
- Contact form with email integration
- Responsive design for all devices
- Server-side form processing