From baebc0acbaa3de1b23253df28e18e29ffd861b60 Mon Sep 17 00:00:00 2001 From: Andrew Higgs Date: Fri, 22 Mar 2024 10:48:47 +0200 Subject: [PATCH] Update README.md Add setup dev environment instructions. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7d9cf67..68d83e4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ The Algorand Developer Relations team will review the submission and "approve" t ## AlgoKit TEALScript Template Information +### Setup dev environment + +`npm install` will add all the needed nodejs modules for this project. + ### Build Contract `npm run build` will compile the contract to TEAL and generate an ABI and appspec JSON in [./contracts/artifacts](./contracts/artifacts/) and a algokit TypeScript client in [./contracts/clients](./contracts/clients/).