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 openworld
You'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 OpenWorld
Then you'll need to install the dependencies.
npm install
This may take a few minutes. Once it is finished, you can start the development server with the following command.
npm start
This project is licensed under the MIT License - see the LICENSE.md file for details