Documentation
The Sales Point application is documented using mdbook and is placed at docs/.
To build the documentation install Rust and then run cargo install mdbook to install mdbook.
The documentation can be build from this location with mdbook build and view it with mdbook serve -p 8000.
Note, the port 3000 is already used for the Rails application.