This repository contains a series of support tools for the OpenedX platform.
Prerequisite
Devstack.
If you start Devstack with make dev.up
that should give you everything you need as a companion to this frontend.
Installation and Startup
- Clone your new repo:
git clone <Repo URL above>
- Install npm dependencies:
cd frontend-app-support-tools && npm install
- Start the dev server:
npm start
The dev server is running at http://localhost:18450.
The source for this project is organized into nested submodules according to the ADR Feature-based Application Organization.
Production Build
The production build is created with npm run build
.
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.