examples
examples copied to clipboard
Project examples with Meteor
Updated the tic-tac-toe example to the latest Meteor. Not sure who has originally deployed it as I was not able to do so in order to fix #31.
Hello, when i try to open https://tic-tac-toe.meteorapp.com/ it says > 503 Service Unavailable: No endpoints to handle the request. If you're the owner of this app, see this article for...
While streaming I did updated the tic tac toe app to 3.0
2.15 version works fine. on 3.0-beta gives this error, I will check with the OSS team.
Hello and thankyou for the example: https://github.com/meteor/examples/tree/main/tailwindcss It works perfectly well, however when I run the instructions to repeat this, I get ```json "tailwindcss": "^3.2.4" ``` Which throws the following...
Replace `svelte:compiler` with `zodern:melte`, which seems to work in Meteor 3. Bear in mind that Svelte 4 & 5 are not yet supported. Bypass other packages in order to get...