Skip to content

danlutz/MCI_eCollaboration_WS2019

Repository files navigation

Netlify Status

eCollaboration

This repository contains all source code and data used on the website

Technologies

We have used the following open-source technologies to build our ePortfolio:

Languages / Engines

Frameworks

Code Quality Tooling

For a full list of 3rd party modules see package.json dependencies/devDependencies.

Running the app locally

  • Install Node.js
  • Execute the following commands in your local repository:
npm install
npm start

You can then access the frontend on https://localhost:8000

Accessing the CMS

When your app is running locally, navigate to https://localhost:8000/admin

Deployment

This app is hosting-agnostic, but can be deployed to Netlify with one click:

Deploy to Netlify

Enabling CMS Features

Inside you Netlify app settings:

  • Active Netlify Identity
  • Activate Git Gateway and connect it to your repository

Environment Variables

The following environment variables are required:

  • GATSBY_ORIGIN: Domain of host, including protocol