- Install Meteor
$ curl https://install.meteor.com/ | sh
- Run Meteor
$ meteor
- Open browser at http://localhost:3000
- The
svelte:compiler
package has some unfinished changes, so it might print something strange into console on startup, but it works. - The app uses a beta version of Meteor. Should be ok.