Can I download the code in a scrim?
Yes, you can download the code in a scrim as a Zip file. Navigate to the project or lesson you'd like to download, click the cog icon in the bottom right corner, and choose Download as Zip.

A note on running downloaded projects locally
Some Scrimba projects are bundled in a special way so they run fully in the browser, which means your project is not guaranteed to run locally the way you might expect. This is usually the case with projects that use NPM modules, since those normally can't run without Node JS. To make them work in the browser, we've had to do some magic under the hood on Scrimba.com.