Skip to content

A mock application created for ITIS 2300 that helps resident advisors manage their schedules.

License

Notifications You must be signed in to change notification settings

nickbreaton/ourdorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OurDorm

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.

Dependencies

Ruby, Bundler, and bash must be installed on your system.

Running

To run the development server run:

./bin/start

Building

To 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