[REQUEST] npm package for simstudio
Describe the solution you'd like
Users should be able to run a command like npx simstudio and we should open a barebones version of the app, with the auth bypassed and db syncing disabled. This implementation can rely solely on localStorage with the Zustand state and not have any dependencies or complexities.
Additional context
On top of having docker and devcontainer, this is a way for a user to test the application without having to sign up, connect to a db, or even clone the repo. This way, anyone can run it from their computer as long as they have Nodejs installed and can get the core project working.
Primarily covered by b3347afa4e646752e22d09eda143df27f7de822c, 23e3c3775083a388565aeeca83a58add2d8aa66c, d0f0f479a2f5d0f53244af79ec60b2866f02c6ab, fd08e7e5ebfb47944c858efd4bbb688d6885425a, and 301b15613908789d780028403798d69be61c6244
Now just need to deploy by running the script at scripts/build-standalone.js then scripts/release-npm.js to deploy to npmjs.org
blocked by npm, need to wait 24 hrs to deploy under the simstudio namespace.