Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.46 KB

File metadata and controls

42 lines (26 loc) · 1.46 KB

LED Arena Documentation

This repository generates the website for Modular LED Displays.

Development Setup

Cloning the Repository

This repository uses Git submodules. Clone the complete website with all submodules using:

git clone --recurse-submodules https://github.com/reiserlab/Modular-LED-Display.git

If you have already cloned the repository without submodules, initialize them using:

git submodule update --init --recursive

Documentation

Before you begin contributing to the documentation, ensure you have the following tools installed:

  1. pixi - Package manager for development environments

  2. rbenv - Ruby version manager

    • Verify installation by running rbenv --version
    • If not installed, follow the platform-specific instructions at the rbenv installation guide

These are required to look at the documentation locally (see next section on how to run a local server). This was only tested on Linux and is assumed to work under macOS. If you find a way to run this under Windows, please let us know.

Running a Local Server

Once the repository is cloned and the prerequisites are installed, start a local development server:

pixi run localhost

This starts a local server where you can preview the website and test your changes.