Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.05 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.05 KB

Twibble

Welcome to Twibble, the vibrant social platform where your voice matters! Share your thoughts, connect with friends, and discover trending content. Whether you’re following the latest news, engaging in lively discussions, or simply sharing a moment from your day, Twibble makes it easy and fun. Join our community and start Twibbling today!

Client Installation

Follow these steps to set up and run the project locally:

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd client
  1. Install the dependencies:
yarn install
  1. Run the development server:
yarn dev

The app will be available at http://localhost:3000

Server Installation

Follow these steps to set up and run the project locally:

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd server
  1. Install the dependencies:
yarn install
  1. Run the development server:
yarn dev

The server will be available at http://localhost:8000