An open API service indexing awesome lists of open source software.

https://github.com/raphico/tee_connectz

A business blog with next js and sanity
https://github.com/raphico/tee_connectz

nextjs13 sanity

Last synced: 3 months ago
JSON representation

A business blog with next js and sanity

Awesome Lists containing this project

README

          

# [Tee Connectz](https://tee-connectz.vercel.app)

![](https://tee-connectz.vercel.app/og.png)

Welcome to the repository for Tee connectz business blog. This repository contains the source code, assets, and content for project

## Table of Contents

- [Technologies](#technologies)
- [Installation](#technologies)
- [Contact Me](#contact-me)

## Technologies

- [Next.js](https://nextjs.org/)
- Tailwind CSS
- Typescript
- [Sanity](https://www.sanity.io) (for managing the portfolio content)
- [MailChimp](https://mailchimp.com) (for email marketing)

# Installation

Follow these steps to install and setup the project:

1. Clone the repository to your local machine using the following command:

```bash
git clone https://github.com/Raphico/tee_connectz.git
```

2. Navigate to the project directory:

```bash
cd tee_connectz
```

3. Install all dependencies:

```bash
npm install
```

4. Run the repo

```bash
npm run dev
```