https://github.com/mcnuttandrew/no-grammar-supplement
Tip revision: ea691644b2658883adc1659be0e9542dec7f743d authored by Andrew Michael McNutt on 13 December 2023, 01:29:56 UTC
ugh
ugh
Tip revision: ea69164
build-table.sh
npm install
npx ts-node scripts/build-bundle.js
npm run dev &
sleep 15
last_pid=$!
npx ts-node scripts/generate-table.ts
kill $last_pid