Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 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.