Add instructions for windows users
This commit is contained in:
@@ -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.
|
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 coffee-script
|
sudo npm install -g coffee-script
|
||||||
|
sudo npm install -g grunt-cli
|
||||||
npm install
|
npm install
|
||||||
grunt clean build
|
grunt clean build
|
||||||
./scripts/server
|
./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]
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user