This is the frontend-application for a PoC-software to demo eReceipts. The software as a whole focuses to showcase the different possibilities eReceipts offer to the eReceipt-recipient / buyer.
The backend-application for this software is found in another repository located here by @Finsaki.
The software follows the princibles drafted for eReceipts by Finnish State Treasury. These princibles can be found in this publication called eKuitin Sääntökirja - Minimiedellytykset eKuittidatan välittämiseen.
Read documentation.md for more information about the frontend structure, component usage and other useful information (in finnish)
- git clone / git pull
- yarn install
- yarn dev
- yarn build
- yarn start
Create a file called .env.local at project root and update it with the backend URL + "/api"
NEXT_PUBLIC_BACKEND_URL="http://localhost:8080/api"