Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 318 Bytes

File metadata and controls

28 lines (20 loc) · 318 Bytes

LiquidSEPA

Packages installation

$ yarn

Running the app

# start development environment
$ yarn start:dev

Building the app into the /dist folder

# build production environment
$ yarn build

Checking for the code style exceptions

# eslint
$ yarn lint