https://github.com/fccn/nau-themes
NAU Themes for OpenEdx
https://github.com/fccn/nau-themes
Last synced: 4 months ago
JSON representation
NAU Themes for OpenEdx
- Host: GitHub
- URL: https://github.com/fccn/nau-themes
- Owner: fccn
- License: gpl-3.0
- Created: 2021-05-11T14:31:53.000Z (about 5 years ago)
- Default Branch: nau/redwood.master
- Last Pushed: 2026-01-23T09:09:57.000Z (5 months ago)
- Last Synced: 2026-01-24T02:06:27.566Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 38.5 MB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAU Themes for OpenEdx
This repository contains the NAU themes.
The Makefile on project root extracts on edx-platform. The Makefile on ecommerce folder extracts for the ecommerce.
## Python
This repository requires the Python version 3.11.
## Create a virtual environment
```bash
pyenv shell 3.11
python --version
python -m venv venv
. venv/bin/activate
```
## Requirements
```bash
make requirements
```
## Update translations
To extract the strings to be translated, add them to .po files and to compile the translation .mo
files, run the Makefile target `translations`.
```bash
make translations
```