Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.8 to 3.0.11. - [Commits](https://github.com/cryptocoinjs/base-x/compare/v3.0.8...v3.0.11) --- updated-dependencies: - dependency-name: base-x dependency-version: 3.0.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| config | ||
| log | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| babel.config.js | ||
| CLAUDE.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| webpack.config.js | ||
xmrig-workers
This project is source code of http://workers.xmrig.info/ dashboard. Content of the public directory is ready for self-hosting. Example configuration for nginx provided.
Dashboard is not actively developed. You may take a look at a more featured alternative implementation: https://github.com/ludufre/xmworkers. See also discussion.
Development
Install dependencies with npm install.
Run npm run start for a dev server.
Build
Run npm run build to build the project. The build files will be stored in the public directory.