Skip to content

Commit

Permalink
check in some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvillere committed Oct 11, 2023
1 parent 73e82e7 commit 373aceb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 373aceb

Please sign in to comment.