This project is going to be a Svelte version of a React Router project
# create a new project in the current directory
npx sv create
cd scripts
# assuming the React repo resides in the same parent directory as this Svelte project (sibling)
npm run convert reactRepoName
npm run format
# fix issues
npm run typecheck
# fix issues
# start the dev server
npm run dev