Draw.IT is a guessing game which one of the players should draw a random word provided by the game while the other participants try guess the word based on the drawing.
- Node.js version 14 - You can check the version installed by running:
node -v
- Clone the project locally by running:
git clone https://github.com/vininew921/draw.it
- Inside the cloned directory, you need to install all node dependencies when running the project for the first time:
npm install
- You can start the project by running:
npm start
or
npm run watch
- If everything runs normally, the program should print a message with the port that it's running, and then you can access it by going to
localhost:port. By default, the program runs on port 3000
listening on port 3000
This software is under the GPL 3.0 License


