Develop Meteor.js based applications with GitHub Codespaces.
This devcontainer is based on geoffreybooth/meteor-base and comes with Google Chrome preinstalled.
Copy .devcontainer
directory into your repository or use following command:
curl https://raw.githubusercontent.com/meteorengineer/meteor-dev-container/master/setup.sh | bash
You can use specific Meteor release by changing build.args.RELEASE
in devcontainer.json
file.
For example: "args": { "RELEASE": "2.3.5" }
.