From 373aceb6ff88c78e8e62f1e1a341721b22e6133b Mon Sep 17 00:00:00 2001 From: Michael Villere Date: Wed, 11 Oct 2023 17:13:39 -0500 Subject: [PATCH] check in some notes --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f142f..396e7b9 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,16 @@ Feel free to reach out to us at https://discord.gg/nftculture, in 💾┃tech-an - [ ] NPM v9 - [ ] NFTC Devs use VSCode, GitBash and Powershell on Windows. Most stuff is tested on Mac, but there might be issues. -## +## Common Dev Tasks: + +1. Run the build + > npm run build + +2. Run the tests + > npm run test + +3. Run the tests and get a gas report + > npm run test:gas + +4. Generate and view a test coverage report + > npm run test:coverage && npm run test:coverage:view