This repository contains the source code for Logan Meeks' professional web development portfolio. The website showcases Logan's skills, projects, and services offered in web design and development.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/meeksdev/logan-meeks-website-3.git cd logan-meeks-website -
Install the dependencies:
npm install
To start the development server, run:
npm run devTo build the project for production, run:
npm run build- Next.js: A React framework for server-side rendering and static site generation.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- EmailJS: A service to send emails directly from client-side JavaScript.
- React Icons: A library for including popular icons in React projects.
- Next Themes: A library for managing themes in Next.js applications.
- Google Analytics: A service for tracking and reporting website traffic.
dev: Starts the development server.build: Builds the project for production.start: Starts the production server.lint: Runs ESLint to check for linting errors.