Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 672 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 672 Bytes

See how this project has been set up.

Status: A very basic prototype to motivate some discussion.


orrui

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build --modern

Installation on the COR machine:

 cp -r dist/spa/* /var/www/html/cor-test/orrui/

Verify by opening http://cor-test.esipfed.org/orrui/

Customize the configuration

See Configuring quasar.conf.js.