Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

dysfunctionals/sdi-server

Repository files navigation

Server for Hack the South project.

About

The base server to handle connections from the client and to then efficiently pass the current state on to the display. This is packaged in docker for maximum portability.

Installation

To make Docker container:

  • docker build -t abomination .

To launch Docker container:

  • docker run -p 8080:8080 -it abomination

To find out your ping to google:

  • ping google.com

To run in Docker container:

  • redis-server &
  • cd app
  • npm run dev

Production build: npm build
Run in dev mode: npm run dev
Linting: npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •