diff --git a/README.md b/README.md new file mode 100644 index 0000000..d15f97f --- /dev/null +++ b/README.md @@ -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 +```