Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowaga authored Aug 25, 2021
1 parent 0ef2c11 commit 8882f43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Meteor.js devcontainer

Develop [Meteor.js](https://www.meteor.com/) based applications with [GitHub Codespaces](https://github.com/features/codespaces/).

This devcontainer is based on [geoffreybooth/meteor-base](https://hub.docker.com/r/geoffreybooth/meteor-base) and comes with Google Chrome preinstalled.

## Usage

Copy `.devcontainer` directory into your repository and create a new GitHub Codespace.

You can use specific Meteor release by changing `build.args.RELEASE` in `devcontainer.json` file. For example: `"args": { "RELEASE": "2.3.5" }`.

0 comments on commit 8882f43

Please sign in to comment.