Skip to content

LivingLimes/draw-freely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draw Freely

Draw Freely is a drawing game that aims to inspire creativity through fun drawing anything you like on a shared canvas while taking turns with other drawers.

There will be three modes:

  • Time mode: Each drawer gets a turn of 10 seconds before it is the next drawer's turn to draw.
  • Length mode: Each drawer gets to draw lines up to a certain length before it is the other person's turn.
  • Single line mode: Each drawer can only draw one line before it is the other person's turn.

Prerequisites

  • Node.js (v22.12.0)
  • npm (v10.9.0)

Running the application

Frontend

# From root directory
cd frontend
npm install
npm start

Access the frontend on http://localhost:3000

Backend

# From root directory
cd backend
npm install
npm start

Access the backend on http://localhost:3001

Building the Frontend

# From root directory
cd frontend
npm run build

DevOps instructions

This can be found inside devops/README.md.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •