Tim McCormack 18e3012462 fix: Fix pull_translations by using correct CLI flag for languages (#74)
Docs: https://developers.transifex.com/docs/using-the-client

Apparently this CLI option changed from singular to plural at some point.
2022-05-13 13:03:26 -04:00
2022-05-09 14:23:21 -04:00
2022-04-14 15:01:04 -04:00
2022-03-24 11:15:32 -04:00
2022-03-30 15:13:19 -04:00
2021-11-19 14:28:50 -05:00
2022-04-14 15:01:04 -04:00

frontend-lib-content-components

A library of high-level components for content handling (viewing, editing, etc. of HTML, video, problems, etc.), to be shared by multiple MFEs.

How to develop this package

There are to distinct way to observe your changes. One can either either require your MFE to pull in its javascript from a local version of this package, or simply run the gallery view.

Using your prexisting MFE and moduleconfig.js

follow the below guide: https://github.com/openedx/frontend-build#local-module-configuration-for-webpack

Using the gallery view.

The gallery view runs the editor components with mocked out block data, and sometimes does not replicate all desired behaviors, but can be used for faster iteration on UI related changes. To run the gallery view, from the root directory, run

$ cd www $ npm start

and now the gallery will be live at http://localhost:8080/index.html. use the toggle at the top to switch between availible editors.

Description
No description provided
Readme AGPL-3.0 88 MiB
Languages
TypeScript 56.6%
JavaScript 42%
SCSS 1.4%