Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

The web frontend that users use to query leaks information

License

Notifications You must be signed in to change notification settings

palavrapasse/palavrapasse.pt

Repository files navigation

palavrapasse.pt

The web frontend that users use to query leaks information.

Hooks

This repository is configured with client-side Git hooks which you need to install by running the following command:

./hooks/INSTALL

Development

Once you've created a project and installed dependencies with npm install, start a development server:

npm run dev

Also, to update the localization files, you will need to run the following command before editing each locale files:

npm run typesafe-i18n

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Deploy

To deploy your app:

npm run deploy