capa/webui
2024-07-24 11:31:39 +02:00
..
public
src highlight links, use monospace for feature values 2024-07-24 11:31:39 +02:00
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html
jsconfig.json
package-lock.json
package.json
README.md
vite.config.js
vitest.config.js

capa-webui

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