Skip to content

GoldSim/Website

Repository files navigation

GoldSim.com

This repository contains the source code for the public-facing GoldSim website.

Dependencies

Built using:

Subsites

Components

In addition, some subsites contain their own components.

Key Files

  • Startup: Establishes overall application configuration, including authorization, file types, and routes.
  • GoldSimActivator: The composition root for dependency injection.
  • GoldSimTopicViewModelLookupService: Provides a lookup service for mapping topics to view components.
  • GulpFile: Entry point for precompiling, consolidating, minimizing, and distributing client-side JavaScript and SCSS dependencies.
  • rewriteRules: Configuration file for URL rewrite module, used for ensuring backward compatible URLs.

Status

Ongoing development