Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 792 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 792 Bytes

ClearCurator

A front-end curation envirionment. Servers as a prototyping playground for ideas related to curation.

View online.

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

Lint with ESLint

npm run lint

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).