You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

853 B

instructioms

jinx the cat my beolved

repository

the latest "automatic" (me copying over sftp manually) release is always on https://juke.fr

$ git clone https://code.juke.fr/kay/juke-fr.git

$ pnpm i

$ pnpm dev

test suite

playwright is used for testing

$ pnpm test:setup # only needed once to download the browsers

$ pnpm test

playwright is cool because it gives you traces with screenshots you can go through step by step so yeah

tested upgrade

the test suite can be used with npm-check-updates to mass upgrade the node modules and make sure stuff still (at least somewhat) works

$ pnpm tested-upgrade

it will upgrade all the packages then run the test and do them one by one incrementally if that fails and not do any of the ones that makes the tests fail