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!
Follow these steps to set up and run the project locally:
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd client
- Install the dependencies:
yarn install
- Run the development server:
yarn dev
The app will be available at http://localhost:3000
Follow these steps to set up and run the project locally:
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd server
- Install the dependencies:
yarn install
- Run the development server:
yarn dev
The server will be available at http://localhost:8000