Agreement Center Client is a TypeScript React application that people can use to sign agreements and view agreement statuses. Beastslash uses it to simplify the agreement signing process for its staff and partners.
Agreement Center Client is ready for testing out of the box. Just install the dependencies then run npm start
to get started.
For full functionality, run an Agreement Center Server development instance. The development API is set in the development.env file, so feel free to change it if the development instance is somewhere else.
- Install the app's dependencies (
npm i
ornpm ci
). - Configure
REACT_APP_AGREEMENT_CENTER_API
in the production.env file to direct to your Agreement Center Server production instance. - Run
npm run build
to get the build files in thedist
directory.