Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2015-04-04 10:37:04 -07:00
parent 60e2fa798e
commit e32775ae27
+2 -2
View File
@@ -8,13 +8,13 @@ Create a fork of this repo in which to make your changes. If you're not sure ho
Crafting Guide comes with a number of different command-line scripts for processing data and testing. You'll need to get your machine set up with a few command-line tools to run them before you can begin. Start by downloading [Node.js](http://nodejs.org/download/) for your OS and installing it. Next, open a terminal and navigate to your new local repo. Run the following commands to get the rest of the tools you need and build everything locally. Crafting Guide comes with a number of different command-line scripts for processing data and testing. You'll need to get your machine set up with a few command-line tools to run them before you can begin. Start by downloading [Node.js](http://nodejs.org/download/) for your OS and installing it. Next, open a terminal and navigate to your new local repo. Run the following commands to get the rest of the tools you need and build everything locally.
```bash ```bash
sudo npm install -g coffeescript sudo npm install -g coffee-script
npm install npm install
grunt clean build grunt clean build
./scripts/server ./scripts/server
``` ```
At this point, you have a local server running the CraftingGuide website running at [http://localhost:8000] At this point, you'll have a local server running the CraftingGuide website at [http://localhost:8000]
(http://localhost:8000). As you work with your mod, you should verify your work on your local website. (http://localhost:8000). As you work with your mod, you should verify your work on your local website.
## 3. Create a new directory ## 3. Create a new directory