Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 432 Bytes

PixelPass

A project for RPI's Spring 2019 Software Design and Documentation Course

Installation Instructions

The first thing needed is npm to be installed. After that, you can either download the source code or clone the repository. All that is needed after that is run:

npm install

Which will install all modules needed for Pixel Pass.

npm start

Will then start the application on localhost:8080.