diff --git a/Adding-support-for-a-new-Mod.md b/Adding-support-for-a-new-Mod.md index 73e3a17..6539e5b 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -32,8 +32,7 @@ Be sure to test frequently using the `./script/verify` script included in the re ## 4. Test Locally -As you're going along, you may find it helpful to view your new mod in the website as you're going -along. To do so, first add your new file name to the `DefaultBookUrls` list in `./src/scripts/constants.coffee`. Then, on the command line, use the `grunt` command to rebuild the +As you're going along, you may find it helpful to view your new mod in the website. To do so, first add your new file name to the `DefaultBookUrls` list in `./src/scripts/constants.coffee`. Then, on the command line, use the `grunt` command to rebuild the project. Finally, run `./scripts/server` to start a local server. At this point, you should have your own version of Crafting Guide (with your mod included) running at [http://localhost:8000] (http://localhost:8000).