Files
naive-keypad/README.md
2023-10-31 18:40:12 +01:00

11 lines
153 B
Markdown

# naive-keypad
# Build the browser application
Ensure you have [Node.js](https://nodejs.org) installed. Then run:
```sh
npm install
npm run build
```