Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 415 Bytes

File metadata and controls

25 lines (19 loc) · 415 Bytes

Mind Sync

Game where you and your friends have to guess the same word or be stuck for eternity.

Installation

  1. Clone the repository:

    git clone https://github.com/pleasestopakshay/mind-sync.git
  2. Navigate to the project directory:

    cd mind-sync
  3. Install dependencies:

    npm install
  4. Start the application:

    npm run dev