-
Allow locally created scripts permanently.
In powershell:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
-
You need to have OpenSSL installed.
If you have Git you can add the following User Env Path to use the OpenSSL from it.
C:\Program Files\Git\usr\bin\
- Run
generate_certificates
to generate and trust a https certificate, fromscripts
folder.
After making changes to any of the microservices graphs you will have to generate and compose them again for the gateway.
To do that you will have to run the generate_pack_compose_fusion
script.
Node.js
pnpm as your package manager (npm install -g pnpm)
- Open the frontend folder and run
npx auth secret
- It will create a
.env.local
file, now add all the missing variables from.env.local.example
- Install packages
pnpm i
- Run using
pnpm dev