https://github.com/ipfs-shipyard/nomios-web
The reference IDM wallet based on web technologies
https://github.com/ipfs-shipyard/nomios-web
desktop identity idm laptop wallet
Last synced: about 1 month ago
JSON representation
The reference IDM wallet based on web technologies
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/nomios-web
- Owner: ipfs-shipyard
- License: mit
- Created: 2019-03-11T15:20:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T07:34:05.000Z (5 months ago)
- Last Synced: 2025-05-01T08:29:58.509Z (5 months ago)
- Topics: desktop, identity, idm, laptop, wallet
- Language: JavaScript
- Homepage:
- Size: 34.5 MB
- Stars: 8
- Watchers: 14
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nomios-web
This repository holds the codebase for the web version of Nomios, a reference implementation of the IDM Wallet UI.This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run lint`
Runs ESlint and Stylelint on the project.
Please run npm run lint -- -h for more options.### `npm run release`
We use conventional commit messages. When running this command it will run [**standard-version**](https://github.com/conventional-changelog/standard-version) that does the following:
1. Bump the version in package.json (based on your commit history)
2. Uses conventional-changelog to update CHANGELOG.md
3. Commits package.json and CHANGELOG.md
4. Tags a new releaseAnd after the tagging step, it will run `git push --follow-tags origin master` and deploy.
### `npm run deploy`
```sh
$ npm run deploy
```Deploy the website to the `gh-pages` branch, updating `https://demo.nomios.io`. Note that it might take a few minutes to update the website due to caching. Alternatively, you may purge the cache manually in CloudFlare.