"Run a node, just press start"
NiceNode’s mission is to simplify running nodes
Why is it important for users to run nodes? Read here https://www.notion.so/nicenode/NiceNode-Home-5c48ccbc50c4416cbca0ce31c037971d
Logo credits: Logo made by Artist, William Tempest, from https://ethereum.org/en/assets/
Clone the repo and install dependencies:
git clone <nice node repo url>
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
To run Storybook locally:
npm run storybook