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

https://github.com/sigmanificient/arcadmin

Manage multiple tools in a single tiled view system
https://github.com/sigmanificient/arcadmin

Last synced: about 1 month ago
JSON representation

Manage multiple tools in a single tiled view system

Awesome Lists containing this project

README

          

# Arcadmin

Manage multiple tools in a single tiled view system

# Installation

Download the repository with the following command:

```bash
git clone https://github.com/Sigmanificient/arcadmin.git
cd arcadmin
```

If you are using a Linux distribution, you can quickstart the project using

```bash
make
```

Otherwise, use your favorite package manager to install the dependencies.
```bash
yarn install
```

Run the project:
```bash
yarn dev
```

# Features

The Arcadmin project provides an all-in-one, tiled view system for managing multiple tools.

![](assets/split_half.png)

![](assets/split_quad.png)

It comes with a built-in dark-mode toggle for tools that do not support dark mode.
Note that the dark mode may not work correctly on all tools.