A picture frame stock and cutlist calculator.
Clone this repository as usual.
Install Git LFS and run git lfs init.
Once you've installed dependencies with npm install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
Run the unit tests with:
npm run test:unitThe integration tests use Playwright and can be run with:
npm run test:integrationTo update screenshots, run:
npx playwright test -uIf the screenshots taken in CI don't match you can download the report by running:
just pr-playwright-report