aleph-im / aleph-account

Aleph.im's Account management dApp

Home Page:https://account.aleph.im/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aleph.im's Account management dApp

This is the account management dApp for Aleph.im, available on https://account.aleph.im/

Install the dependencies

Use Node 14.

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

In a Docker container:

docker run --rm -ti -v (pwd):/mnt -w /mnt -p 8080:8080 node:14 yarn
docker run --rm -ti -v (pwd):/mnt -w /mnt -p 8080:8080 node:14 ./node_modules/@quasar/app/bin/quasar dev

Contributing to this repository

We use husky to ensure that the code is properly linted before it is commited. Each time you'll try to commit, a git hook is triggered that will run the linter, if the code you're trying to commit is not properly linted the process will exit.

In order to enable Husky on your system, run:

npx husky install

Although not reccomended you can still bypass the pre-commit hook by using the --no-verify option.

git commit -m 'message' --no-verify

About

Aleph.im's Account management dApp

https://account.aleph.im/


Languages

Language:Vue 75.7%Language:JavaScript 20.5%Language:SCSS 2.6%Language:Python 0.7%Language:HTML 0.4%Language:Shell 0.0%