A modern, responsive website for Crescent Consulting, built with Next.js, TypeScript, and Tailwind CSS.
- 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
- Node.js 18.0.0 or later
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/crescent-consulting.git
cd crescent-consulting- Install dependencies:
npm install
# or
yarn- Run the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser to see the result.
This project is designed to be deployed to Vercel. Follow these steps:
-
Create a Vercel account at vercel.com if you don't have one.
-
Install the Vercel CLI:
npm install -g vercel- Run the following command from the project root:
vercel-
Follow the prompts to link your project to Vercel.
-
Once deployed, you can set up your custom domain (e.g., crescentconsulting.co) in the Vercel dashboard.
As mentioned in the markdown file, after deployment:
- Set up domain name and email (e.g., via Google Workspace or Zoho)
- Ensure your favicon and meta tags are working correctly
- Set up any additional analytics tools if needed
- Next.js - The React framework
- TypeScript - For type safety
- Tailwind CSS - For styling
- Framer Motion - For animations
- React Icons - For icons
This project is licensed under the MIT License.