Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 367 Bytes

Genesis Smash Tournament

demo

Installation & Set Up

  1. Install Dependencies

    npm install
  2. Start the development server

    npm start

Building for Production

  1. Generate a production build

    npm run build