Skip to content

QuinnG8/LEBRON

Repository files navigation

LEBRON

An NBA quiz game designed for CS340.

Setup locally

Ensure you have a .env file:

cp .env.example .env

And fill in your local database info in .env.

Install node >21 and install dependencies:

npm install

Running locally

npm start

Deploying

Files are currently hosted on the OSU student accounts, and this script will copy the files up to the server.

Change username in the script if needed:

bin/deploy

Current deployment mode is manual. Open a tmux shell ("tmux ls" to see open sessions, "tmux a -t 0" to attach to first open session, or "tmux" to open new session), and then run/restart:

node_modules/forever/bin/forever server.js start

About

NBA Player guessing game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors