Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Arkisto-Platform/describro

Repository files navigation

DescribRO

WORK ON THIS EXPERIMENTAL REPOSITORY HAS CEASED. FOLLOWING OUR EXPERIMENTS WE DECIDED TO MAKE A NEW TOOL. See Crate-O

Online editor for RO Crate. This WAS an experimental prototype that works only on Chrome, Edge, and Opera web browser. It uses the File System Access API which is still an experimental feature.

This tool can be used directly from: https://arkisto-platform.github.io/describro

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run with webpack

compile and dev with HMR

npm run dev:webpack

and go to http://localhost:9000/

Compile and minify for production

npm run build:webpack

Files compiled in dist