Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 934 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 934 Bytes

euclid-space

A collaborative shape drawing app with colours inspired by Oliver Byrne's edition of Euclid and the Nicholas Rougeax's interactive Euclid website.

When a user joins, they are assigned a random shape and colour which they can place around the document.

Play it here:

https://gentle-depths-69960.herokuapp.com/

tools

running locally

To run it locally, first clone and install dependencies:

git clone https://github.com/mattdesl/euclid-space.git

cd euclid-space

npm install

Then you can run the server to start the app:

npm run start

Then open http://localhost:3000/ in a few different browser tabs and click around to see the different shapes.