This application provides the front facing pages for the Self-Service Experience tool, as well as contact forms and feedback forms.
- Copy
.env.example
to.env
- Run
npm install
- Run
npm run local
- Replace the placeholder values in
.env
with appropriate values from development environment. Mapping between env variables and SSM Params / Secrets can be found ininfrastructure/frontend/frontend.template.yml
.-
- Make sure a
googleCredentials.json
file is in the root of the project. These are the credentials for a service account which has been granted access to the spreadsheet identified bySPREADSHEET_ID
- Make sure a
-
{
"client_email": sample-client-email
"private_key": sample-privatye-key
}
- Run
npm install
- Run
npm run local
- Copy
.env.example
to.env
- Run
npm install
- Run
npm run local
- Replace the placeholder values in
.env
with appropriate values. - Run
npm install
- Run
npm run local