Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 975 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 975 Bytes

OpenWorld Atlanta

One Paragraph of project description goes here

Getting Started

Clone the repository onto your machine by running the following command

git clone https://github.com/ecds/OpenWorld.git openworld

Prerequisites

You'll need Node v18 or later in order to run the app. You can use nvm (macOS/Linux) or nvm-windows.

Installing

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments