Add instructions for windows users

This commit is contained in:
Andrew Miner
2015-04-20 16:42:16 -07:00
parent e32775ae27
commit 2c8880cc2a
+3
View File
@@ -9,11 +9,14 @@ 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.
```bash
sudo npm install -g coffee-script
sudo npm install -g grunt-cli
npm install
grunt clean build
./scripts/server
```
_**NOTE:** If you're using Windows (instead of MacOS or Linux), you'll want to perform all of these commands using the [Git for Windows](https://msysgit.github.io/) shell. You will also need to install [rsync](https://www.itefix.net/content/get-cwrsync) manually._
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.