One Paragraph of project description goes here
Clone the repository onto your machine by running the following command
git clone https://github.com/ecds/OpenWorld.git openworldYou'll need Node v18 or later in order to run the app. You can use nvm (macOS/Linux) or nvm-windows.
Once you've cloned the git repository, you'll need to cd into the directory you've cloned it into.
cd OpenWorldThen you'll need to install the dependencies.
npm installThis may take a few minutes. Once it is finished, you can start the development server with the following command.
npm startThis project is licensed under the MIT License - see the LICENSE.md file for details