# plumclock

## Installation Instructions

### Prerequisites

Ensure you have the following installed on your system:

- [Ruby](https://www.ruby-lang.org/en/downloads/) (Check with `ruby -v`)
- [Bundler](https://bundler.io/) (Install with `gem install bundler`)

### Steps to Set Up the Project Locally

1. **Clone the Repository:**

   ```bash
   git clone git@amgit.altametrics.com:web-development-team/plumclock-com.git

   cd plumclock-com/
   ```

2. **Install Dependencies**
   ```bash
   bundle install
   ```
3. **Serve the Jekyll Site**
   ```bash
   bundle exec jekyll serve
   ```
4. **Access the Local Server**

- [http://127.0.0.1:4000/](http://127.0.0.1:4000/)
- [http://localhost:4000/](http://localhost:4000/)
