This is the code which generates my thesis: Harnessing Content-Aware Programs For Computer-Aided Composition In A Studio-Based Workflow. It is created with Svelte Kit and uses a node runtime.
pnpm i
pnpm run dev
- Open browser to localhost:3001
Currently the website is built using the svelte kit static adapter, so the output is a statically rendered site which can be hosted anywhere.
pnpm run build
- Output is in the
build
folder
pnpm run convert
orsh convert.sh
pnpm run count
(requiresnltk
python package)