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 install
With npm:
npm install
Then you can run:
yarn install
or
npm install
note: 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 build
or
npm run build
This builds the app for production to the dist
folder.