/bcd-dd-v2.1

Primary LanguageJavaScriptMIT LicenseMIT

bcd-dd-v2.1

Live beta site (MVP version) location: https://dublindashboard-beta.azurewebsites.net/

Quick Setup

    https://github.com/BuildingCityDashboards/bcd-dd-v2.1.git
  • Enter the new 'bcd-dd-v2.1' directory. Check out the branch required and/or create your own. For example to check out the current 'staging' branch:
    git checkout staging
  • Install the required dependencies using NPM:
    npm install
  • Launch the application in development mode:
    npm run dev
  • OR launch the application in production mode:
    npm start