Replies: 2 comments 1 reply
|
@3Pad It looks like cloud publishing is coming. No public timeframe, though, and no mention on supported providers. |
1 reply
|
@3Pad I didn't realise this was quite old thread until I saw the original date for this discussion. Today, it's very easy to host a playground instance of your own. The build that finishes completely are just a bunch of static files that you can host anywhere. Let us know if you run into any issues. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Anyone had success deploying on any platform (Vercel or others).
I'm a bit stuck here.
There's no issues running locally, following instructions from github repo. Issues occur when trying to deploy on platform . Here's my build command (npm install -g n npm@latest && n latest && npm cache clean --force && rm -rf node_modules && npm install && npm run dev)
Any help would be appreciated.
All reactions