Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 808 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 808 Bytes

EISTI Place

Description

This project is an end of study project. It is a web application that reproduces the R/place project. The goal is to create a collaborative drawing platform where users can draw on a canvas. The drawing is done pixel by pixel and each user can only draw one pixel every 5 minutes.

Setup

To run the project you need to have docker installed on your machine. You can find the installation instructions here.

Once you have docker installed, you can clone the repository. If you want other users to be able to access it from your network, or over the internet, you need to modify the docker-compose.yml file and set your IP instead of localhost in the REACT_APP_API_URL environment variable.

docker-compose up --build