An open API service indexing awesome lists of open source software.

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

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
```