# Theesafari
Theesafari is a web app that displays hidden gems in Kenya across various categories. The project is currently in progress and is open-source. We welcome contributions from anyone who is interested in improving the application.
## Project Status
This project is currently in development. Users can explore various categories of hidden gems in Kenya.
## Installation and Setup Instructions
To run the project, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/muchaisam/theesafari_web.git
- Navigate into the project directory:
cd theesafari_web
- Install the dependencies:
npm install
- Start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result. The page auto-updates as you edit the file.
This project is open-source and we welcome any contributions. All issues and pull requests should be clearly described. Please follow the existing coding style, and include tests where applicable.
This project is licensed under the MIT License. See the LICENSE
file for more information.
This version of the `README.md` file uses bold text to highlight the steps in the "Installation and Setup Instructions" section, making it easier to follow.