Skip to content

hopppe/crescent-consulting

Repository files navigation

Crescent Consulting Website

A modern, responsive website for Crescent Consulting, built with Next.js, TypeScript, and Tailwind CSS.

Features

  • Responsive design that works on all device sizes
  • Modern UI with animations powered by Framer Motion
  • SEO-optimized with appropriate meta tags
  • Contact form for client inquiries
  • Fast and performant Next.js application

Getting Started

Prerequisites

  • Node.js 18.0.0 or later
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/crescent-consulting.git
cd crescent-consulting
  1. Install dependencies:
npm install
# or
yarn
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the result.

Deployment to Vercel

This project is designed to be deployed to Vercel. Follow these steps:

  1. Create a Vercel account at vercel.com if you don't have one.

  2. Install the Vercel CLI:

npm install -g vercel
  1. Run the following command from the project root:
vercel
  1. Follow the prompts to link your project to Vercel.

  2. Once deployed, you can set up your custom domain (e.g., crescentconsulting.co) in the Vercel dashboard.

Post-Deployment Tasks

As mentioned in the markdown file, after deployment:

  1. Set up domain name and email (e.g., via Google Workspace or Zoho)
  2. Ensure your favicon and meta tags are working correctly
  3. Set up any additional analytics tools if needed

Built With

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors