@Reese0411 sure… its just copy the MagicMirror folder from the sd card to the local disk…

mount the sd card as a local folder, then copy… see the cp coomand

you will have to do another npm install as the processor architecture changed.

after copy,
cd MagicMirror (wherever you copied the files), and then erase the node_modules folder.
then do npm install again

you could also keep the files on the pi, and just use ssh connection to the pi and edit the files remotely
save and restart MM… thats how I do all my development, using windows as my desktop.