Skip to content

Develop Meteor.js based applications with GitHub Codespaces

License

Notifications You must be signed in to change notification settings

meteorengineer/meteor-dev-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor.js devcontainer

Develop Meteor.js based applications with GitHub Codespaces.

This devcontainer is based on geoffreybooth/meteor-base and comes with Google Chrome preinstalled.

Usage

Copy .devcontainer directory into your repository or use following command:

curl https://raw.githubusercontent.com/meteorengineer/meteor-dev-container/master/setup.sh | bash

Configuration

You can use specific Meteor release by changing build.args.RELEASE in devcontainer.json file.

For example: "args": { "RELEASE": "2.3.5" }.