/arcmanager_frontend

Web-based application for creating and managing your ARCs directly on the DataHUB.

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

arcmanager-frontend

The ARCmanager is a online web application with which you can create and manage your ARCs directly on the DataHUB of your choice. The ARCmanager can be found here

The ARCmanager is based around an early version of the Arcitect, therefore it also uses Vue.js and Quasar. The backend is made with python using Fastapi and can be found here.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

build the application for Production

npm run build