[MVP] StakeStar Staking Pool app (Ethereum/SSV)
yarn
- install dependenciescp .env.sample .env
- create your .env file and fill it
yarn start
- run the app in the development mode on port 3000yarn build:serve
- build and serve the app in the production mode on port 3001- Prepare your IDE:
- Install [Prettier plugin](https -//prettier.io/docs/en/editors.html) and enable "Format On Save" feature
- Enable ESLint
yarn build
- build the app to./build
diryarn serve
- serve the app in the production mode from./build
dir