Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 437 Bytes

File metadata and controls

5 lines (3 loc) · 437 Bytes

Source for https://httpsig.org.

Frontend SPA is found in frontend/ and is deployed to GitHub Pages using the deploy-frontend.sh script. A local development server can be started using gatsby develop from the frontend/ folder.

Backend lambda functions are found in backend/ and are deployed using the Serverless library. A local development server can be started using the Serverless local tools from the backend/ folder.