Add basic README

This commit is contained in:
2023-10-31 18:40:12 +01:00
parent 56e30f60cb
commit f8535f327d

10
README.md Normal file
View File

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