https://github.com/rajgoesout/mina-guessapp
https://github.com/rajgoesout/mina-guessapp
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajgoesout/mina-guessapp
- Owner: rajgoesout
- License: apache-2.0
- Created: 2022-03-03T09:04:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T09:05:12.000Z (about 3 years ago)
- Last Synced: 2025-05-04T21:18:28.445Z (20 days ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mina Snapp: GuessApp
This template uses TypeScript.
## How to build
```sh
npm run build
```## How to run tests
```sh
npm run test
npm run testw # watch mode
```## How to run coverage
```sh
npm run coverage
```## License
[Apache-2.0](LICENSE)