Skip to content

ankur8613/di-onboarding-product-page

 
 

Repository files navigation

To run the application locally with stub services for S3 and Google Sheets:

  1. Copy .env.example to .env
  2. Run npm install
  3. Run npm run local

To run the application using the actual Google Sheets services:

  1. Replace the placeholder values in .env with appropriate values.
    • Sheets

      • 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 by SPREADSHEET_ID
  2. Run npm install
  3. Run npm run local

About

Onboarding pages for the DI Auth product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nunjucks 55.0%
  • TypeScript 25.9%
  • SCSS 7.2%
  • Gherkin 7.1%
  • JavaScript 4.6%
  • Shell 0.2%