## Getting Started
### Prerequisites
Before you begin, ensure you have met the following prerequisites:
- [Node.js](https://nodejs.org/) installed on your local machine
- npm or yarn package manager installed with Node.js
### Installation
Follow these steps to get your project up and running:
1. **Clone the repository**
```sh
git clone https://github.com/themewagon/elegent.git
```
2. **Navigate to the project directory**
```sh
cd elegent
```
3. **Install dependencies**
```sh
npm install
```
4. **Start the development server**
```sh
npm run dev
```
Open your web browser and navigate to http://localhost:3000/elegent to view this application.