Skip to main content

Overview

Getting started

For setting up a development environment, see the development guide

For starting contributing, see the contribute section.

Project structure

Here’s how the app is organized.

├── .github/ - GitHub Actions and more
├── tagreader/ - The source code
├── tests/ - Tests
│── documentation/ - Documentation
└── ...