Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 417 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 417 Bytes

oscript-editor

Project setup

yarn

Compiles and minifies for production

yarn run build:prod

App bundle will be created in ./dist_prod folder

Compiles and minifies for production in testnet

yarn run build:testnet

App bundle will be created in ./dist_testnet folder

Compiles and hot-reloads for development

yarn run serve

Lints and fixes files

yarn run lint