Made by picunada
Loyalty system app is WEB3 loyalty system to cooperate brands and clients ....
To setup env variables copy .env.example as .env file
copy .env.exmaple .envTo enable PWA, we need to set "enabled" flag to true in nuxt.config.ts
devOptions: {
enabled: false,
type: 'module',
}Install dependencies
pnpm installTo start application
pnpm devOn welcome page click "Create account button".
On welcome page fill "Phrase" field and click on "From seed phrase" button.
On Chrome browser open Devices DevTools and connect your phone with usb to your computer, with application running on 3000 port (by default).
Click on "Port forwarding..." button
Add "localhost:3000" in this window
Then you can open localhost:3000 on your phone browser. And there will be a promt to install app.

