Skip to content

souhhmm/pictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

pictionary

A real-time multiplayer drawing and guessing game inspired by skribbl.io.

Installation

  1. Clone the repository:

    git clone https://github.com/souhhmm/pictionary.git
    cd pictionary
  2. Install backend dependencies:

    cd backend
    npm install
  3. Install frontend dependencies:

    cd frontend
    npm install
  4. Create .env file:

    cd frontend
    echo "VITE_SERVER_URL=http://localhost:5000" > .env

Running Locally

  1. Start the backend server:

    cd backend
    npm run dev

    The server will run on http://localhost:5000 by default.

  2. In a new terminal, start the frontend:

    cd frontend
    npm run dev

    The frontend will run on http://localhost:3000 by default. You can optionally use the --host flag (npm run dev -- --host) to allow others on the same network to connect.

About

A real-time multiplayer drawing and guessing game inspired by skribbl.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages