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
- Host: GitHub
- URL: https://github.com/sigmanificient/arcadmin
- Owner: Sigmanificient
- Created: 2022-07-27T21:39:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T22:32:36.000Z (about 3 years ago)
- Last Synced: 2025-02-17T05:27:09.126Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


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.