Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

jkuan1/ultimate-teams

Repository files navigation

Getting Started

Pre-reqs

If on windows run PowerShell in admin mode and install chocolatey (package manager for windows) and yarn (package manager for code)

# https://chocolatey.org/docs/installation 
# https://classic.yarnpkg.com/en/docs/install/#windows-stable

1. Clone and Install

# Clone the repo
git clone https://github.com/jkuan1/ultimate-teams.git

# Navigate to cloned folder and install dependencies
cd ultimate-teams
yarn install

#### 2. Open Ultimate Teams in your simulator

yarn run:android


That's it! Cool, right?

## Documentation

Our handy documentation can be found on official RNS website: https://docs.reactnativestarter.com 

## Contributing

If you find any problems, please [open an issue]or submit a fix as a pull request.

## License

[Mozilla Public License 2.0](LICENSE)