Skip to content

A frontend for creating ROR records in JSON

Notifications You must be signed in to change notification settings

arthurpsmith/leo-form

 
 

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

About

A frontend for creating ROR records in JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.5%
  • JavaScript 29.0%
  • TypeScript 7.2%
  • Shell 6.3%
  • HTML 1.8%
  • Dockerfile 1.2%