This project is a small simulation of a cash system to help calculate the contents of the cash register
- Vite
- Vue3
- Typescript
First, clone this repository:
git clone https://github.com/soeguet/cash-systemThen, navigate into the project folder and install the dependencies:
cd cash-system
npm installTo build the project for production, run:
npm run build
npm run previewThis will create a dist folder with the built files and spin up a webserver.
TeamChat is licensed under the MIT License.
