/replay-scouter-app

This repository holds the code for the Showdown Replay Scouter UI.

Primary LanguageTypeScriptMIT LicenseMIT

Replay Scouter App

This repository holds the code for the Showdown Replay Scouter UI.

It is in practice a nice UI wrapper for the Showdown Replay Scouter API.

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Runs the minified production build

yarn preview

Lints files

yarn lint

Lints and fixes files (do this before every commit)

yarn lint:fix