Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 437 Bytes

The Collegiate Alliance

The Collegiate Alliance is a server-side, (progressive web-app in progress) application to display live score results for the FIRST Alumni Collegiate Competition.

Install dependencies:

npm install

Build the project:

npm build

Start the production build (with server-side rendering):

npm start

Start the development server (without server-side rendering):

npm run serve