Skip to content

jnlapierre/frontend-app-ora

Repository files navigation

Build Status Codecov license

frontend-app-ora

Please tag @edx/fedx-team on any PRs or issues. Thanks.

Introduction

This repository is contains an MFE for the ORA functionality of the Open edX platform.

Prerequisite

Devstack. If you start Devstack with make dev.up.ecommerce that should give you everything you need as a companion to this frontend.

Installation and Startup

  1. Clone your new repo:
git clone https://github.com/edx/frontend-app-ora.git
  1. Install npm dependencies:
cd frontend-app-ora && npm install
  1. Start the dev server:
npm start

The dev server is running at http://localhost:2003.

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.