This project is the frontend of the Pagami application, before continuing make sure to clone the backend project.
If you want to launch the dockerized app, you can stop reading this and just follow the instructions on the backend project, otherwise make sure to start the backend before continuing.
This project utilizes the yarn package manager, it can be installed by running npm i -g yarn, once yarn is installed run:
yarn install
yarn run dev
to start a development server.
Global types and interfaces are available in src/types/index.d.ts.