Skip to content

ssciwr/apply

Folders and files

NameName
Last commit message
Last commit date
Dec 10, 2024
Dec 10, 2024
Dec 6, 2024
Dec 10, 2024
Dec 10, 2024
Dec 6, 2024
Dec 10, 2024
Dec 6, 2024
Jan 1, 2025
Dec 10, 2024
Jan 1, 2025
Dec 6, 2024
Dec 6, 2024
Dec 6, 2024
Dec 6, 2024
Dec 10, 2024

Repository files navigation

SSC Job Application Form proof-of-concept

ssciwr.github.io/apply

WIP!

Proof of concept where you can upload multiple pdf files, fill in other data, then download a single merged pdf.

Local development

Initial setup to edit the website locally:

  • install pnpm, e.g. curl -fsSL https://get.pnpm.io/install.sh | sh -
  • install node dependencies, e.g. pnpm install
  • install playwright browsers for testing: pnpm exec playwright install --with-deps

To start a dev server:

  • pnpm dev

To run the tests locally and see them rendered in a browser:

  • pnpm test:ui

To run the headless version of tests as done in CI:

  • pnpm test