Skip to content

zyhou/power-ranking-owl

Repository files navigation

Power ranking Overwatch League

Introduction

Build you own power ranking. Visit power-ranking-owl.now.sh

Features

  • Order teams. Simply drag and drop your OWL teams
  • Share quickly. Save your power ranking with one click

Contribute

PRs welcome!

# Create file .env.development.local
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=

# Installation
yarn

# Launch client on 3000 port
yarn start

# Launch server on 3001 port
yarn server