2.23.2-alpha.2 • Published 26 days ago

@edunext/frontend-lib-special-exams v2.23.2-alpha.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
26 days ago

frontend-lib-special-exams

This is a react library responsible for extending learning app with special exams functionality, e.g. proctored/timed exams.

Set up instructions

  1. Clone your new repo:

    git clone https://github.com/edx/frontend-lib-special-exams.git

  2. Use node v12.x.

    Using other major versions of node may work, but is unsupported. For convenience, this repository includes an .nvmrc file to help in setting the correct node version via nvm <https://github.com/nvm-sh/nvm>_.

  3. Install npm dependencies:

    cd frontend-lib-special-exams && npm install

Build Process Notes

Production Build

The production build is created with npm run build.

Internationalization

Please see edx/frontend-platform's i18n module <https://edx.github.io/frontend-platform/module-Internationalization.html> for documentation on internationalization. The documentation explains how to use it, and the How To <https://github.com/edx/frontend-i18n/blob/master/docs/how_tos/i18n.rst> has more detail.