Preview | Technologies | Running Locally | License
Technologies that I used:
You must have Git, Node and Yarn installed.
# Clone the repository
$ git clone https://github.com/luansergiomattos/Dota2RandomTool.git
# Navigate to the repository
$ cd Dota2RandomTool
# Install dependencies
$ yarn install
# Run the aplication locally
$ yarn start
# Build the aplication for production
$ yarn build
This project is under the MIT license. Click here for more information.