Commits

Berkeley Martinez committed 44fd85dff85
Add ability to filter beta challenges from production This PR adds the ability to test out challenges in beta without fear that they will leak to production servers. In development all challenges will display. In production all challenges marked 'isBeta' will be filtered out except in the case the environmental variable `BETA` is set ture, in which case all challenges will display.