https://github.com/sumukus/gcitcerttemplate
This is UI template for gcitCert react native dApp
https://github.com/sumukus/gcitcerttemplate
Last synced: 3 months ago
JSON representation
This is UI template for gcitCert react native dApp
- Host: GitHub
- URL: https://github.com/sumukus/gcitcerttemplate
- Owner: sumukus
- Created: 2023-06-11T07:00:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T08:42:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T09:35:10.787Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gcitCertTemplate
This is UI template for gcitCert react native dAppIn order to use it, clone the repository and install the dependencies
```
git clone [email protected]:sumukus/gcitCertTemplate.git gcitCert
cd gcitCert
npm i
```
Then start the app using the following command
```
npx expo start
```