maksverver / atlantis-heroku

Webbased multi-player implementation of the abstract strategic board game, Atlantis.

Home Page:https://maksverver.github.io/atlantis-heroku/rules.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To install node_modules:

  npm install

To run locally:

  # Note: this uses the development database. To use the production database
  # instead, do:
  #
  #  export DATABASE_URL=$(heroku config:get HEROKU_POSTGRESQL_WHITE_URL)?ssl=true
  #
  export HEROKU_APP=play-atlantis
  export NODE_TLS_REJECT_UNAUTHORIZED=0
  export DATABASE_URL=$(heroku config:get HEROKU_POSTGRESQL_MAROON_URL)?ssl=true
  node server.js

About

Webbased multi-player implementation of the abstract strategic board game, Atlantis.

https://maksverver.github.io/atlantis-heroku/rules.html


Languages

Language:JavaScript 63.1%Language:HTML 33.0%Language:CSS 3.1%Language:Python 0.7%Language:Procfile 0.0%