To get started an run localy do the following:
-
Clone code from GitHub
-
Copy make a copy of
.env.example
and name it.env.local
- Get .env.local content with AptitudToolbox command
Get-Secret aptitud-dashboard
- If the avbove doesn't work for you, values can be found in
Config Vars
on Heroku
- Get .env.local content with AptitudToolbox command
-
run
npm install
-
run
npm run dev
To deploy to Heroku just push the code to the main
branch
If you add a configuration key, dont forget to add the key name to the .env.example
file. And upload the new content to secret manager with AptitudToolbox command Set-Secret -SecretName aptitud-dashboard -File <path_to_.env.local>