# `@mamba/pos`

## Simulator

For `mamba apps` to be able to run on a common browser, you must simulate the real `POS` environment.

- Just the `import` is enough to create the simulated environment.

```js
/** Boot the Mamba simulator */
import '@mamba/pos/simulator/index.js';
```
