Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleph-im/myaleph
aleph.im account and personal data management dApp
https://github.com/aleph-im/myaleph
Last synced: 3 months ago
JSON representation
aleph.im account and personal data management dApp
- Host: GitHub
- URL: https://github.com/aleph-im/myaleph
- Owner: aleph-im
- Created: 2019-11-14T17:11:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T06:33:44.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T16:34:42.111Z (5 months ago)
- Language: Vue
- Homepage: https://my-beta.aleph.im
- Size: 4.31 MB
- Stars: 9
- Watchers: 8
- Forks: 5
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Aleph.im (myaleph)
Aleph.im account manager
## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).