# Exporting your Work

When you finished implementing your feature/fix and want to export/test your work you need to use one of these commands.

## **Setting up Gradle run configs:**

<table data-sourcepos="5:1-27:38" dir="auto" id="bkmrk-key-effect-v-decreas"><thead><tr data-sourcepos="5:1-5:24"><th data-sourcepos="5:2-5:10">**Command**</th><th class="align-left" data-sourcepos="5:12-5:23">**Effect**</th></tr></thead><tbody><tr><td>runClient/runServer</td><td>Starts the game locally without exporting to a .jar file</td></tr><tr><td>build</td><td>Exports the current state of the mod to a .jar mod file</td></tr></tbody></table>