Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.11 KB

decision-process-and-cognitive-bias

TUM Master Thesis on decision processes and cognitive biases

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

The following steps will enable you to setup your development environment :

  • Clone the repository from here : git clone https://github.com/sebischair/cognitive-biases
  • Install the node_modules in the root folder : npm install
  • Run the application in dev mode : npm run start:dev
  • Build the project for production deployment : npm run build:prod
  • Deploy application on server using Express : npm start
  • Express config file : server.js