This application is meant for usage a RENTALL/Navotar client's customer to be able to add additional details to their reservation or agreement.
A custom URL pointed at the hosted application is added into the client account as a link in an email template sent to their customer.
Once the customer accesses the application via the provided custom URL, they would then be able to add details requested by the client, directly against their booking.
See DOCUMENTATION for information and configuration options for the application.
Contributions are always welcome!
See CONTRIBUTION for ways to get started.
Please adhere to this project's CODE OF CONDUCT.
- Clone the repository.
- Install dependencies
npm run install
. - Create a
.env
file and add the necessarysecrets
into it. You can use the.env.example
file as a reference. - Run the development server using
npm run dev
.