The web frontend that users use to query leaks information.
This repository is configured with client-side Git hooks which you need to install by running the following command:
./hooks/INSTALLOnce you've created a project and installed dependencies with npm install, start a development server:
npm run devAlso, to update the localization files, you will need to run the following command before editing each locale files:
npm run typesafe-i18nTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app:
npm run deploy