An open API service indexing awesome lists of open source software.

https://github.com/meteorengineer/meteor-dev-container

Develop Meteor.js based applications with GitHub Codespaces
https://github.com/meteorengineer/meteor-dev-container

codespaces devcontainer meteor

Last synced: 3 months ago
JSON representation

Develop Meteor.js based applications with GitHub Codespaces

Awesome Lists containing this project

README

          

# 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 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": "3.4.0" }`.