An open-source explorer and faucet service for the Nano network. https://nanocafe.cc
Runs the app in the development mode.
In the project directory, you need first install all dependencies:
With yarn:
yarn installWith npm:
npm installThen you can run:
yarn installor
npm installnote: You can use flag --port CUSTOM_PORT to run in a different port.
Open http://localhost:1234 to view it in the browser.
The page will reload if you make edits.
Run
yarn buildor
npm run buildThis builds the app for production to the dist folder.