NastyFightingTurtles Prerequisites Node Install Code $ cd dir/to/this/repo/.../app $ npm install Run Code $ cd dir/to/this/repo/.../app $ node __init__ macOS 12+ specific: open app/__init__.js in your text editor of choice and change const port = 5000; to const port = 8000;