/frontend-app-dashboard

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Build Status Codecov license

Dicey-Tech Frontend App Teacher Dashboard

Introduction

This repository is the prototype teacher dashboard for the Dicey Tech classroom system

Installation

We use Tutor for Edx please follow the instructions for installation and addition of this MFE as a plugin part of the MFE plugin.

Default port is 1999.

Start the dev server:

npm start

The dev server is running at `http://app.local.overhang.io:1999.

Project Structure

The source for this project is organized into nested submodules according to the ADR Feature-based Application Organization.

Build Process Notes

Production Build

The production build is created with npm run build.

Internationalization

Please see edx/frontend-platform's i18n module for documentation on internationalization. The documentation explains how to use it, and the How To has more detail.