Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 759 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 759 Bytes

nanocafe-website

An open-source explorer and faucet service for the Nano network. https://nanocafe.cc

Running

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.

Build

Run

yarn build

or

npm run build

This builds the app for production to the dist folder.