Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 774 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 774 Bytes

Arkdelegates WEB

Frontend part of arkdelegates.io

❤️ Support maintenance and development of plugins

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/. 🖖

Commands

Install npm dependencies first: npm install

Development

Start development server: npm run-script dev

Run linter: npm run-script lint

Production

Run production build: npm run-script build

Start production server: npm run-script start