This project serves as a SvelteKit starter template for a React Router to SvelteKit migration.
The migrated code will not be fully ready to run and is subject to review and formatting. But, most of the (boring) work such as creating folders and files is done by the script.
cd scripts
npm run migrate 'reactRepoName'
npm run format
# fix issues manually until no syntax errors left
npm run typecheck
# fix remaining issues until code is ready to run
# start the dev server
npm run dev