Skip to content

nicomiguelino/anthias-devtools

Repository files navigation

Anthias Devtools

This repository contains a collection of development tools that can be used together with Anthias for open-source development.

Developer Tools for Raspberry Pi Devices

Installation

Install snapd first, then do a reboot.

sudo apt -y update && \
sudo apt -y install snapd && \
sudo reboot

After reboot, run the following:

bash <(curl -sL https://raw.githubusercontent.com/nicomiguelino/anthias-devtools/main/install-devtools.sh)

Dockerized Development Environment

docker compose build && \
docker compose up -d && \
docker compose exec playground bash
# Run the following inside the `playground` container.
./install-devtools.sh --mode=dev

About

A collection of development tools used for Anthias (https://github.com/Screenly/Anthias).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published