Skip to content

PicoWallet/PicoWallet

Repository files navigation

日本語のREADME.mdはこちら

PicoWallet

PicoWallet

How to use PicoWallet ?

For now, if you want to use a moving wallet please click the link below.
Operation RambleOn

Developers

Build from source

  1. Install npm modules:
git clone https://github.com/PicoWallet/PicoWallet.git
npm install
  1. Install Ionic:
npm install -g ionic
  1. Serve:
ionic serve
OR
  1. Prod Build:
ionic build --prod

Deploy

How to deploy on Netlify

Deploy to Netlify

1)Connect to Github

  1. Click 「Connect to Github」

Imgur

2)Save & Deploy

  1. Click 「Save & Deploy」

Imgur

3)Build & Deploy Setting

  1. Click 「Build & Deploy」
  2. Click 「Edit settings」
  3. Write Build Command 「npm run-script build --prod」, Write Publish directory 「www」
  4. Click 「Save」

Imgur

  1. Deploy
  1. Click 「Deploy settings」
  2. Click 「Trigger deploy」

Imgur