Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

HexlinkOfficial/hexlink-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexlink-verifier

Project Setup

npm install

Compile and build typescript to js

npm run build

Start function emulators for local testing

npm run serve

Deploy to firebase with production env

npm run deploy

Note: Select "N" for the question "Would you like to proceed with deletion? Selecting no will continue the rest of the deployments" while deploying the functions.

Troubleshooting

  1. Remember to build the project before serving/deploying to include your code changes
  2. If you are adding new functions, you will need deploy it first otherwise emulators won't pick up the change
  3. Ensure doppler is properly set up and it's reading secrets correctly. You can manually run doppler secrets download --no-file | jq '{doppler: .}' at your terminal to check

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published