Skip to content

lorenyu/nurd

Repository files navigation

Prerequisites

  1. Node.js
  2. Heroku CLI

Setup

npm install  # Install dependencies
git remote add heroku https://git.heroku.com/tttrio.git  # Deploy endpoint

Run Unit Tests

npm test

Run App Locally

# Run the server in the background
npm start
open http://localhost:8125

To stop the server

npm run stop

Deploy

npm run deploy

About

Online multiplayer game using Node.js.

Resources

Stars

Watchers

Forks

Packages

No packages published