Skip to content

Next.js & Tailwind CSS site for APC LLC — 24/7 cargo-van delivery, moving & hauling services with Framer Motion and React Hook Form

Notifications You must be signed in to change notification settings

BTheCoderr/APCLLC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Purpose Contractors LLC Website

This is the official website for All Purpose Contractors LLC, a freight business in Rhode Island offering cargo van delivery and moving services.

Features

  • Responsive design for all device sizes
  • Information about company services
  • Contact form for inquiries
  • Quote request system
  • Company information and mission

Tech Stack

Getting Started

Prerequisites

  • Node.js 18.0 or later
  • npm or yarn

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/apcllc-website.git
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Run the development server

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:4000 in your browser

Deployment

This site is deployed using Netlify.

Netlify Deployment Notes

If you encounter ESLint errors during deployment, they have been addressed in the eslint.config.mjs file. The most common issues were:

  1. Unused imports (AboutSection in about/page.tsx and Head in page.tsx)
  2. Unescaped apostrophes (') in text content

The ESLint configuration has been updated to ignore these specific issues, but it's better to fix them properly by:

  • Removing unused imports
  • Using ' instead of ' in JSX text content

To deploy to Netlify:

  1. Push your changes to the GitHub repository
  2. Connect your repository to Netlify
  3. Use the following build settings:
    • Build command: npm run build
    • Publish directory: .next
    • Node.js version: 18.x (or latest LTS)

License

All rights reserved © All Purpose Contractors LLC

About

Next.js & Tailwind CSS site for APC LLC — 24/7 cargo-van delivery, moving & hauling services with Framer Motion and React Hook Form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published