/mm2-timer

Simple app to help me track my Mega Man 2 speed-runs.

Primary LanguageTypeScript

Mega Man 2 Timer

About

In my free time I like to try and finish Mega Man 2 as fast as possible. This is a simple app that allows me to keep track of my runs. You can check it out live here.

Running Locally

The application is built on create-react-app w/ Typescript. So to run this app locally just clone and ...

> npm install && npm start