Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

lbarcl/cracked

Repository files navigation

Cracked

Cracked is a Web3 Discord clone designed to provide users with a decentralized communication platform. Built with modern web technologies, Cracked focuses on delivering a seamless user experience while leveraging the power of Web3.

Technologies Used

  • Svelte + Kit: A modern framework for building user interfaces, providing a reactive experience.
  • Tailwind + Skeleton: Utility-first CSS framework combined with a lightweight CSS framework for responsive design.
  • GunJS: A real-time, decentralized database for storing and syncing data.
  • WebRTC: Enabling peer-to-peer communication for voice and video calls.

Features

  • Decentralized Communication: Engage in chats without relying on centralized servers.
  • Real-time Messaging: Instant message delivery with GunJS.
  • Voice and Video Calls: Connect with friends and communities using WebRTC.
  • Responsive Design: Enjoy a user-friendly interface on any device.

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/lbarcl/cracked.git
  2. Navigate into the project directory:

    cd cracked
  3. Install the dependencies:

    npm install
    # or
    yarn install
  4. Start the development server:

    npm run dev
    # or
    yarn dev
  5. Open your browser and navigate to http://localhost:3000.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Thanks to the creators of the technologies used in this project, as well as the open-source community for their contributions!