Live beta site (MVP version) location: https://dublindashboard-beta.azurewebsites.net/
- Install Node https://nodejs.org/en/ and NPM https://www.npmjs.com/get-npm
- Navigate to your desired local folder, open a command line/terminal and clone the repositiory using the link on Github:
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
- Open a browser (Chrome recommended) to http://localhost:3000/