Skip to content

Rickmusic/ScratchGames

Repository files navigation

ScratchGames

Installation:

To Install:

Running:

To Run:

  • run: node server.js
  • Make sure the Database is running (see Database Readme)
  • Open browser to localhost:3000 (or whichever port the server is listening on)

To Run [with Nginx]:

  • run: node server.js
  • Make sure Nginx is running (see Nginx Readme)
  • Make sure the Database is running (see Database Readme)
  • Open browser to localhost:80

Logs:

Node logs are located at app/log. Check Nginx docs for Nginx log location.