Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
/ leo-form Public archive

A frontend for creating ROR records in JSON

Notifications You must be signed in to change notification settings

ror-community/leo-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCrossref

Setup - required

npm install

I want to...

run a hot-reloading dev server

docker-compose up

or

npm run serve

compile and minify for production

npm run build

run unit tests

npm run test:unit

run end-to-end tests

npm run test:e2e

or (with GUI)

./run-cypress.sh -g

or (headless)

./run-cypress.sh

lint and fix syntax

npm run lint