-
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
-
Download and run Redis
- Extract the files and run redis-server.exe
-
Install node.js dependencies
-
Open the repository in GitHub
-
Click the gear icon on the top-right and click "open a shell here."
-
npm install
- 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 the app
node app.js -
Open http://localhost:8001 in your web browser