/codeword

CodeWord is a specialized Discord-like web application designed for coding collaboration and communication among developers.

Primary LanguageTypeScript

CodeWord

CodeWord is a specialized Discord-like web application designed for coding collaboration and communication among developers. This platform provides a seamless environment for teams and communities to discuss, share code snippets, and collaborate on programming projects.

Getting Started

  1. Clone the repository to your local machine.

    git clone https://github.com/tusharag6/codeword.git
  2. Install dependencies.

    cd codeword
    cd client
    npm install
  3. Configure the application settings, such as API keys, database connections, and environment variables.

  4. Start the application.

    npm run dev
  5. Access CodeWord in your web browser at http://localhost:5173.

Acknowledgments

  • Special thanks to Discord for paving the way for collaborative communication.