Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 475 Bytes

Statebox Studio Netlify Status

Try online

https://statebox-studio-test.netlify.com/

Build and run

Clone and cd into the repo, then do:

npm i
npm run bundle

Then open dist/index.html in your browser.

Or while developing:

npm i
npm start

Then open http://localhost:1234 in your browser.