NearU Web Application

This is the NearU web application that is hosting the public page and as well our QR Code external scanning/

Available Scripts

To get this project up and running you need to run the following scripts

npm install

npm install -g firebase-tools

npm start

To deploy this to FireBase do the following

firebase login

npm run build

firebase deploy

Deployment to FireBase was inherited from this page

Deploy React application to FireBase

Adding GitHub Action to enable auto deployment to FireBase

Adding GitHub Action

To be able to push to github you need to ask afathy for an access token

IntelliJ Adding GitHub Access Token