Border Dashboard Project - 2022
To run this project, you will need to add the following environment variables to your .env file
SECRET_PASS
SECRET_USER
SECRET_HOST
SECRET_DATABASE
To deploy this project run
npm i
npm run devInstall Border Dashboard with GitHub
git clone 'https://github.com/sethmorton/BorderDashboardSkeleton.git'
cd BorderDashboardSkeletonDeploy Border Dashboard to GCR
docker build -t borderdashboard --platform=linux/amd64 .
docker tag borderdashboard gcr.io/ssp-all-sites/borderdashboard
docker push gcr.io/ssp-all-sites/borderdashboardNaming conventions based off Javascript Naming Conventions
Seth