Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 483 Bytes

File metadata and controls

29 lines (20 loc) · 483 Bytes

My Vrac app

How to run this project

npm install
npm start

This will run Shadow-CLJS. Once the project finished to compile, follow the displayed link to see the app.

Production build

Compiling for production:

npm run release

The report describing the size of the different parts is public/js/report.html.

End-to-end tests with Playwright

cd playwright
npm install
npm run test # or npm run test-ui