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
- Host: GitHub
- URL: https://github.com/raphico/tee_connectz
- Owner: Raphico
- Created: 2023-10-21T22:17:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T08:50:11.000Z (over 1 year ago)
- Last Synced: 2025-03-12T19:28:09.758Z (7 months ago)
- Topics: nextjs13, sanity
- Language: TypeScript
- Homepage: https://tee-connectz.vercel.app
- Size: 923 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Tee Connectz](https://tee-connectz.vercel.app)

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
```