Server-side data parser + thin Svelte client for Makeready
Since makeready no longer allows to fetch verifications for unlogged users you have to self-host dev version yourself and provide verification html manually.
Steps:
- git clone repository, cd into it
npm install
in client (root) and server folders- Genarate bundle in public folder by running in client folder:
npm run build
- Start local server:
npm run start
- Open desired verification and save it in public folder as www.makeready.ru.html
- Open localhost:4040, use as before