Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 814 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 814 Bytes

Street Fighter 2 - Select Screen

Getting Started

  • To get a local copy up and running follow these simple example steps.

Installation

  • Clone the repo

     git clone [email protected]:LucasAlvaresA/street-fighter2-selection.git
    
  • Install NPM packages

    npm install
    
  • Run the project

    npm run dev