Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 794 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 794 Bytes

firewall-web-app

FIREWALL Cafe web app

Installation

Install node and nvm.

When you have install nvm, navigate to the root of this project and run nvm use. Install version 16 if necessary when prompted.

Install yarn. Navigate to the root of this project and run yarn dev.

Visit http://localhost:3000/

Deployment

https://fwc-2023.ue.r.appspot.com/

Please let the codeowner know which emails need permission to access GAE, the service where the app is hosted.

Install the Cloud SDK and set the project to the current Firewall GCP project name.

Navigate to the root of the project and run gcloud app deploy.