Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 532 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 532 Bytes

o2cm-calculator

Quick and dirty O2CM calculator website for individuals

This was created as a replacement to http://ballroom.union.rpi.edu/calculator which I created back in 2015 when I didn't know better.

Technical Notes

Dependencies

  • php
  • node/npm

Building

$ make build

Running locally

Run server

$ make run

And then open https://localhost:8080

Deployment

$ make publish

and then copy the contents of .publish to your webserver (likely in a public_html folder).