- Install PHP, MySQL, Composer, yarn.
git clone https://github.com/eslcc/tripchange- Create a local MySQL database
- Copy
.env.exampleto.envand put in settings
- Go to https://apps.dev.microsoft.com, create an app, put its ID as GRAPH_KEY, click "Create Password" and put the password in as GRAPH_SECRET. Click "Add Platform", select Web, and paste the GRAPH_REDIRECT from
.envin the "Redirect URL" field. - Insert the MySQL username, password, and database name in
.env
yarn && yarn run devcomposer installphp artisan migratephp artisan serve