jpchase / lineup-tracker

0 stars 0 forks source link

Developing

To develop:

  1. Clone the repository.
  2. To install node packages, run:
    npm install
  3. Start the development server by running:
    npm start

    This will print the address of locally-hosted site, usually: http://localhost:8080/. Changes to code will be auto-detected, and should refresh the page.