Meteor, the JavaScript App Platform ( Evacuated from Microsoft Github )

anonymous 1feca61c4c fork 7 years ago
.circleci 898fb692ce Clear npm cache before running --get-ready. 7 years ago
.github 6f42d36279 Update ISSUE_TEMPLATE.md 7 years ago
LICENSES 036e45bf8a Added MIT Copyright license for jQuery under JS Foundation 8 years ago
examples 6c90662818 Removed examples and added a command to printout their repos. 9 years ago
packages e595bae374 Fix jsdoc for Mongo.Collection#raw{Collection,Database}. 7 years ago
scripts d78a17d7e9 Bump package versions for the official 1.7.0.1 release. 7 years ago
tools 38f570abc0 Ensure npm scripts find correct meteor executable. (#9941) 7 years ago
.eslintignore d2309542a2 Removes Velocity testing code 9 years ago
.gitignore ee73cafc32 Add temporary `dev_bundle_XXX` directory to .gitignore 8 years ago
.gitmodules 9001b75f44 Move packages-for-isopackets/blaze to packages/non-core/blaze. 9 years ago
.mailmap a60f97bb4e Clarify what .mailmap is in comments 10 years ago
.travis.yml 1d64cf6f61 Attempt to fix Travis CI tests. 9 years ago
CONTRIBUTING.md 6d4412f6a9 Document new bug triage timelines (#9691) 7 years ago
DEVELOPMENT.md 2692f99f7a Merge branch 'devel' into release-1.6 8 years ago
History.md c92c6590ce Recommend updating @babel/runtime and meteor-node-stubs in History.md. 7 years ago
ISSUE_TRIAGE.md 6d4412f6a9 Document new bug triage timelines (#9691) 7 years ago
IssueTriageFlow.png fd5b827324 More work on IssueTriage 9 years ago
LICENSE 343a62c547 Update license range for 2018 🎉 (#9523) 7 years ago
README.md 1feca61c4c fork 7 years ago
Roadmap.md 1c0ebbf2f0 Update Roadmap.md 7 years ago
appveyor.yml 540dc00230 Add a self-test skip option (#9579) 7 years ago
meteor f0ce33a8ec Bump $BUNDLE_VERSION to 8.11.2.8 before rebuilding dev bundle. 7 years ago
meteor.bat 1c1020b6b2 Remove the --max-old-space-size option to node.exe in meteor.bat. 7 years ago

README.md

Meteor

( If your "official" repository is run out of Windows, it's time to switch to a new upstream )

Interested in helping to support Meteor outside of Microsoft's walled garden email me : jeffrey.cliff+meteor@gmail.com ?

Meteor is licensed under the MIT license, see LICENSE for details.

This fork does not support a Code of Conduct. If you want your branch to have one, you probably know where you can get it.

Meteor is an ultra-simple environment for building modern web applications.

With Meteor you write apps:

  • in modern JavaScript
  • that send data over the wire, rather than HTML
  • using your choice of popular open-source libraries

Try a getting started tutorial:

Next, read the guide and the documentation.

Quick Start

On Linux, use this line:

curl https://install.meteor.com/ | sh

Create a project:

meteor create try-meteor

Run it:

cd try-meteor
meteor

Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

We are hiring! Visit meteor.io/jobs to learn more about working full-time on the Meteor project.

Uninstalling Meteor

Aside from a short launcher shell script, Meteor installs itself inside your home directory. To uninstall Meteor, run:

rm -rf ~/.meteor/
sudo rm /usr/local/bin/meteor