data-display/README.md
Blizzard Finnegan 21c688e961 v0.0.1: Proof of Concept for PDR (#4)
Completed initial proof of concept; finished initialisation of project with necessary dependencies.

Reviewed-on: #4
Reviewed-by: Isaacsouthwell <ias4117@rit.edu>
Co-authored-by: Blizzard Finnegan <blizzardfinnegan@gmail.com>
Co-committed-by: Blizzard Finnegan <blizzardfinnegan@gmail.com>
2024-03-29 11:13:35 -04:00

811 B

virtual-camera

Library and server for dissemination of images obtained from the world server.

Development and testing

This project requires the installation of npm, and several dependencies.

Once you have installed npm, and pre-emptively resolve EACCES errors, in the terminal run the following in the root of this repository:

npm install -g nodemon
npm install

The first command installs nodemon, an auto-updating web server useful for quick testing. The second command installs the necessary dependencies, as declared in the package.json file.

To test hosting, once nodemon is installed, simply run nodemon in the root of this repository, then visit http://localhost:3000.