svens-uk / gdnsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Developer Network website! Build Status Coverage Status

Prerequisites

Installation

  • Clone down the repository.
git clone https://github.com/cynical89/gdnsite.git
  • If you don't have yarn you can get it here, or
npm install -g yarn
  • Install packages (from inside the koa-starer folder).
npm install or yarn install
  • Create your config. There's a config.json.example file in the root. Edit it to include all your values for the site and your OAuth information. Save it as config.json and leave it in the root.

  • If you want to use Google Analytics, set config.site.analytics to your Tracking ID and make sure the analytics partial (analytics.hbs) contains the correct Universal Analytics tracking code. If you don't want to use Google Analytics, remove that property or set it to false.

  • Start it up.

npm start or yarn start
  • Enjoy!

About


Languages

Language:JavaScript 59.7%Language:HTML 39.6%Language:CSS 0.8%