https://github.com/dghelm/identity-test-skapp
https://github.com/dghelm/identity-test-skapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dghelm/identity-test-skapp
- Owner: dghelm
- Created: 2021-03-17T01:54:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T18:24:03.000Z (about 5 years ago)
- Last Synced: 2025-01-28T21:46:19.707Z (over 1 year ago)
- Size: 602 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# identity-test-skapp
## Deployment
```
npm run build
```
Upload `dist/` folder to Skynet.
## Development
```
npm run build
```
```
python3 -m http.server
```
Open `http://localhost:8000/dist/` in the browser.
### Swapping out the bridge
Enter the new bridge URL in `bridgeSkylink` in `src/index.js`.