https://github.com/interledger/kaios-pos
https://github.com/interledger/kaios-pos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/interledger/kaios-pos
- Owner: interledger
- Created: 2025-09-03T08:50:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-05T02:28:50.000Z (9 months ago)
- Last Synced: 2026-04-08T16:34:21.189Z (4 months ago)
- Language: TypeScript
- Size: 896 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interledger POS for KaiOS phones
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Installing
A step by step series of examples that tell you how to get a development env running.
As with every project, install dependencies with following command
```
pnpm install
```
After that, you can run the app
```
pnpm dev
```
## Deployment
TBD