Sign inSign up

funkypenguin/grinpool-webui-js

By funkypenguin

Updated over 7 years ago

The webui-js component of grinpool

Image
0

4.5K

funkypenguin/grinpool-webui-js repository overview

Grin-Pool User Interface

The purpose of this repo is to provide a web user interface for a GRIN mining pool. More information can be found here

Installation & Deployment

In order to build and deploy the web-ui, we are going to need to install a few Javascript-related items:

*node: allows command-line execution of Javascript | installation instructions
*yarn: Javascript dependency manager | instructions
*serve: allows serving of local files. yarn global serve from the command line | more info

Steps to build & serve:

1.) From your terminal, navigate to the grin-pool/grin-py/webui-js file
2.) Execute yarn from the command line
3.) Execute yarn start to serve development version

The next two steps are only for generating and serving production builds

4.) Execute yarn build to create a production build (which will be generated in the /build folder
5.) Execute serve -s to serve the production version to port 5000. To change the port number you can execute the command yarn serve -s build -p [portNumber]

Tag summary

Content type

Image

Digest

Size

764.9 MB

Last updated

over 7 years ago

docker pull funkypenguin/grinpool-webui-js