-
Notifications
You must be signed in to change notification settings - Fork 5
Dev Environment Setup (Windows)
Chris Kim edited this page Nov 25, 2013
·
3 revisions
This guide assumes:
- Windows 7
- Nothing previously installed
- No previous experience
-
Create a GitHub account if you haven't already
-
Fork this repository
- click the Fork button at the top-right
-
Install GitHub for Windows
-
Launch GitHub, click your username and your fork of sizzlingstats.com should show up.
-
Click clone, which will download the code to your computer.
-
Install Node.js v0.10.x
-
Install node.js dependencies
- From the command line, run
npm installin the project directory - Ignore build errors on hiredis
- Get a Steam API key
- You can enter anything for "Domain Name"
-
Copy the file
cfg/secrets.js.exampletocfg/secrets.js. -
Paste your Steam API key in
secrets.jswhere it says "steam api key".
-
Start Redis
- run redis-server.exe
- Start the app
- From the command line, run
node app.jsfrom the project directory
- Open http://localhost:8001 in your web browser