Skip to content

castuofa/dataarc-ui

Repository files navigation

DataARC Admin Interface

This admin interface is a work in progress.

Getting Started

These instructions will get you up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This software requires the following to be insalled:

  • dataarc-api >= 1.0.0
  • Node.js >= 12.x
  • npm >= 6.x
  • yarn >= 1.22.x

Installing

Clone project and enter in folder:

cd dataarc-admin
cp .env.example .env

Change values in .env to match your setup

For displaying some LOGs during site testing set

DEBUG=true

Run yarn install:

yarn install

Enjoy:

yarn serve

Built With

  • Vue CLI - Standard Tooling for Vue.js Development
  • Vuex - Vuex is a state management pattern + library for Vue.js applications.
  • Vue-Router - Vue Router is the official router for Vue.js.
  • Bootstrap - Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.