Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 349 Bytes

RSA Pickup Manager

A simple web-app program for my school to allow for middle schoolers to be dismissed one at a time safely (avoiding crowding in the halls) as their parents arrived.

How to use

$ npm ci
$ npm start

And point your browser to http://localhost:3000. Optionally, specify a port by supplying the PORT env variable.