Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 349 Bytes

NastyFightingTurtles

Prerequisites

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;