Skip to content

YochayCO/govaina

Repository files navigation

Govaina

Analyze government decisions in a click

How to build & deploy

develop

git clone git@github.com:YochayCO/govaina.git
cd govaina/server
npm install
/* set environment variables in .env.local */ 
npm run dev

cd ../client
npm install
/* set environment variables in .env.local */ 
npm run dev

local supabase db

Some of these might be redundant / missing, but here are the main actions:

cd govaina/server
npx supabase login # important
npx supabase link # important
npx supabase start # important
npx supabase db pull
npx supabase db dump # important

Documentation is (almost) not bad.

deploy

Push & Pull from DockerHub @ yochayc/govaina & yochayc/govaina-server

/* set environment variables in `.env.production`, `server/.env.production` */
/* set image tags in `docker-compose.prod.yml` */
docker compose --env-file .env.production -f docker-compose.prod.yml up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors