*Refer other branches for Indian Version
When you run pool with multiple coins, then this frontend consolidates various coins into single page.
It works in combination with techievee/ethash-mining-pool and techievee/statistics-api
This is an ember application, which can be hosted on any simple webserver. The application static pages can be placed in any Content delivery network for faster access
You will need the following things properly installed on your computer.
**Please clone the project using the branches as per the coin
- v1.0_in – Indian Version
- v1.0 – International Version
git clone -b <branch> https://github.com/techievee/statistics_api.git
this repository- change into the new directory
npm install
bower install
sudo chmod +x build.sh
./build.sh
Copy the build files to your webserver or to CDN.
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)