11 lines
153 B
Markdown
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
|
|
```
|