/oscript-editor

Online editor for Oscript - a language of autonomous agents

Primary LanguageJavaScriptMIT LicenseMIT

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