Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.