> For the complete documentation index, see [llms.txt](https://hopemoore.gitbook.io/coding-for-creatives/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hopemoore.gitbook.io/coding-for-creatives/glossary/packaging-and-sharing.md).

# Packaging and Sharing

## Building, Compiling, and Exporting

Some code needs to go through an additional process before it can be saved and shared in a way others can run the code on a computer without the editor it was created in.

These terms are generally regarding this process. Most programs will give you options about what type of file you want the final form in or what system you'd like it to run on. It's best to find something universal or provide options between Windows (.exe) and Mac (.app).

{% hint style="info" %}
Some exported/built/compiled results will be in a folder with multiple files. Be sure to package everything in a compressed folder and share it in that form.
{% endhint %}
