Skip to content

Commit

Permalink
Adding README
Browse files Browse the repository at this point in the history
  • Loading branch information
CCoffie committed Mar 26, 2024
1 parent d670f6b commit 2a51b69
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# CalebCoffie.com

Welcome to the repository for [CalebCoffie.com](https://ccoffie.github.io/CalebCoffie.com/), a personal website showcasing the portfolio and projects of Caleb Coffie.

## Overview

This website is built with modern web technologies to provide a seamless and interactive experience for visitors. It features a clean design, intuitive navigation, and detailed information about Caleb Coffie's professional work and personal projects.

## Technologies Used

- Next.js
- React
- JavaScript
- CSS

## Local Development

To run this project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/CCoffie/CalebCoffie.com.git
```

2. Navigate to the project directory:
```bash
cd CalebCoffie.com
```

3. Install dependencies:
```bash
npm install
```

4. Start the development server:
```bash
npm run dev
```

The website should now be running on http://localhost:3000.

0 comments on commit 2a51b69

Please sign in to comment.