https://github.com/ssciwr/apply
Proof of concept job application form
https://github.com/ssciwr/apply
Last synced: 6 months ago
JSON representation
Proof of concept job application form
- Host: GitHub
- URL: https://github.com/ssciwr/apply
- Owner: ssciwr
- Created: 2024-12-06T16:22:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T03:50:24.000Z (8 months ago)
- Last Synced: 2025-02-02T09:13:33.413Z (8 months ago)
- Language: Svelte
- Homepage: https://ssciwr.github.io/apply/
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSC Job Application Form proof-of-concept
[ssciwr.github.io/apply](https://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](https://pnpm.io/installation), 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`