1. Install sudo live-server by running this command in your terminal:
Mac: "sudo npm install -g live-server"
Windows: "npm install -g live-server" in Command Prompt
2. Run "git clone https://github.com/jonana-split/Pokemon_Team_Builder.git" to clone our repository.
3. Go into the repository's directory: "cd Pokemon_Team_Builder" (or the path you cloned it into).
4. Enter "live-server" into the terminal to run our website (it should pop up in your browser).
5. Do control-C to stop running live-server.
1. Select a data structure between ordered and unordered maps
2. Type out the names of 6 Pokemon of your choice (make sure to click the name from the provided dropdown menu, since the Pokemon names are case-sensitive)
3. Click 'submit' and analyze your team of choice!