Frontend part of arkdelegates.io
If you find this or other plugins useful please consider
- voting for
deadlock
delegate - donating to
AWtgFYbvtLDYccJvC5MChk4dpiUy2Krt2U
to support development new plugins and tools for Ark's Ecosystem and maintenance of existing ones. Full list of contributions can be found on https://arkdelegatesio/delegate/deadlock/. 🖖
Install npm dependencies first:
npm install
Start development server:
npm run-script dev
Run linter:
npm run-script lint
Run production build:
npm run-script build
Start production server:
npm run-script start