Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 1.68 KB

README.md

File metadata and controls

84 lines (58 loc) · 1.68 KB

Cloud Walk Sample App

Status License


📝 Table of Contents

🏁 Getting Started

Run frontend server

cd react
yarn install
yarn start

Run backend tests

make test

Run backend server

make install
make run

🎈 Script Usage

# Ensure env variables are set
./bin/check_env.sh

# Authenticate with GKE cluster
./bin/auth.sh 

⛏️ Built Using

🚀 CI/CD Lifecycles

  • ops
  • dev
  • test
  • stage
  • main

✍️ Authors