net-art-uchicago / collaborative-artware

an experimental online drawing application by Media Art and Design students at the University of Chicago.
https://net-art-uchicago.github.io/collaborative-artware/
GNU General Public License v3.0
1 stars 16 forks source link

Collaborative Artware

This is an experimental online drawing application by Media Art and Design students at the University of Chicago. This is the main code repository for our collaborative project. See to the Wiki tab for the class Syllabus and other notes.

Setup

You'll need to install nodejs in order to run the server locally. After you have node installed, open a terminal and cd into the project directory and install all the dependencies by running: npm install.

Assuming you've installed the dependencies, simply run node server to launch the server and then visit http://localhost:8000 in your browser