This application was built for ITIS 2300 at UNC Charlotte.
It does not represent the best practices for developing static web application or for building them for production.
However, it does represent good HTML semantics in hopes of achieving accessibility for most users.
Ruby, Bundler, and bash must be installed on your system.
To run the development server run:
./bin/startTo build the web application for production run:
./bin/build
To build the application with a different base url than /, run:
./bin/build --baseurl CUSTOM_ROOT_URL