Welcome to the HelloKitchen POS Front-end repository! This project powers the Point of Sales functionality of the HelloKitchen platform.
To get started, install the required dependencies:
$ npm installCreate a .env file at the root of the project with the following variables:
REACT_APP_BACKEND_URL= [Database URL]
REACT_APP_BACKEND_PORT= [Database port]
You can compile and run the project using the following commands:
$ npm run startEnsure code quality with the available tests:
$ npm run testComprehensive documentation for the project can be found in the Wiki section of the GitHub repository.
Currently, this project does not accept external contributions. Feel free to explore the codebase, but contribution via pull requests is restricted.
