Prerequisites
In order to contribute to the RadioWeb Education codebase, you will need the following tools:
- Node.js (project has been tested on version
24.12.0)
Go to the Node website to find the instructions to install Node.
- Docker
You can use either Docker Desktop on Windows and macOS systems or the regular Docker process on UNIX (macOS/Linux) systems.
You will need to make sure to have access to Docker Compose as well in order to use the compose.yml file at the root of the project.