/downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio

Primary LanguageJavaScript

This is under active development!

Running the webserver

  • npm install
  • npm install -g create-react-app
  • npm start
  • Go to http://localhost:3000/

Routes

  • /: welcome page. create games
  • /beta: beta welcome page
  • /beta/game/gid: game page
  • /beta/play/pid: play-game page (joins game given pid, among user's list of games)
  • /replay/gid: replay page

Hosted here