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
- Host: GitHub
- URL: https://github.com/meteorengineer/meteor-dev-container
- Owner: meteorengineer
- License: mit
- Created: 2021-08-22T18:12:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T18:24:49.000Z (over 1 year ago)
- Last Synced: 2025-04-07T00:11:25.987Z (about 1 year ago)
- Topics: codespaces, devcontainer, meteor
- Language: Dockerfile
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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" }`.