Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 380 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 380 Bytes

Lacchain Wallet

Requirements

  • node Version: 14.17.0

Environment Variables customization

Create a copy of env.example:

cp env.example .env

And then you can customize .env file accordingly.

Building

Make sure you have .env file properly set.

yarn start

Running

Make sure you have .env file properly set.

yarn build