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 dev
Install Border Dashboard with GitHub
git clone 'https://github.com/sethmorton/BorderDashboardSkeleton.git'
cd BorderDashboardSkeleton
Deploy 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/borderdashboard
Naming conventions based off Javascript Naming Conventions
Seth