Trial-site is a React app used for demonstration purposes. It communicates with the trial-backend api to perform operations on persistent datastores.
Use the package manager yarn to install the site.
yarn install
This application is hosted in vercel and it’s configured to continuously deploy new changes in the main branch. The live version of the site can be found at https://trial-site.vercel.app/ Please check Vercel documentation for more details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Every Pull request creates a preview site that can be accessed from the PR comment section:
Please make sure to update tests as appropriate.