Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.36 KB

cede.io

A true time tower defense browser game

http://cede.io/ (the home page) is hosted via GitHub Pages in the gh-pages branch of this repository

http://cedegame.com/ (the game itself) is hosted via Heroku and worked on in the master branch of this repository

To install on Mac w/ homebrew

Notes

  • To make SASS files, run make sass while you have node-sass installed globally
    • Install node-sass globally via npm install node-sass -g

To install on Heroku

  • Create a Heroku app
  • Add a mLab MongoDB Heroku add-on to the app
  • Add a SESSION_SECRET to your Heroku app's environment variables
  • Push the repository to Heroku
  • That's it!