Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 209 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 209 Bytes

Interactive Explorer editor

An editor for the Three Image content type.

Steps to run for development:

npm install
npm run watch

Steps to build for production:

npm install
npm run build