Update README.md

main
Devin Leamy 2023-10-28 17:29:55 -04:00
parent 8468ca1fa5
commit 894b52fde9
1 changed files with 9 additions and 0 deletions

View File

@ -15,3 +15,12 @@ require("Storage").write("mytimer.info", {
src: "mytimer.app.js", src: "mytimer.app.js",
}) })
``` ```
### Build
Install the dependencies and then compile the TypeScript, `./src/app.ts`, into `./src/app.js`.
```bash
npm install
npm build
```