From 894b52fde968d4abadd4a19dd8332ec08fa23ecb Mon Sep 17 00:00:00 2001 From: Devin Leamy Date: Sat, 28 Oct 2023 17:29:55 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 96b71c6..413018a 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,12 @@ require("Storage").write("mytimer.info", { 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 +```