mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
97 lines
3.1 KiB
Markdown
97 lines
3.1 KiB
Markdown
<div align="center">
|
||
<a href="https://www.meteor.com" target="_blank">
|
||
<picture>
|
||
<source media="(prefers-color-scheme: dark)" srcset="https://dmtgy0px4zdqn.cloudfront.net/images/meteor-logo.webp">
|
||
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/0467afb6-4f36-4cad-9d78-237150d5d881">
|
||
<img alt="Meteor logo" src="https://github.com/user-attachments/assets/0467afb6-4f36-4cad-9d78-237150d5d881" width="300">
|
||
</picture>
|
||
</a>
|
||
</div>
|
||
|
||
<div align="center">
|
||
|
||
[](https://app.travis-ci.com/github/meteor/meteor)
|
||
[](https://app.circleci.com/pipelines/github/meteor/meteor?branch=devel)
|
||
[](https://meteor.com)
|
||

|
||

|
||

|
||
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
Meteor is an **ultra-simple** environment for building **modern** web applications.
|
||
|
||
<hr>
|
||
|
||
- [Official Website](https://www.meteor.com)
|
||
- [Installation](https://docs.meteor.com/about/install.html)
|
||
- [Documentation](https://docs.meteor.com/#/full/)
|
||
|
||
<hr>
|
||
|
||
### 📚 **Create your applications using modern JavaScript**
|
||
|
||
Benefit from the latest technology updates to rapidly prototype and develop your applications.
|
||
|
||
<hr>
|
||
|
||
### ✨ **Integrate technologies you already use**
|
||
|
||
Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring disparate components yourself.
|
||
|
||
<hr>
|
||
|
||
### 💻 **Build apps for any device**
|
||
|
||
Use the same code whether you’re developing for web, iOS, Android, or desktop for a seamless update experience for your users.
|
||
|
||
<hr>
|
||
|
||
# 🔥 Getting Started
|
||
|
||
How about trying a tutorial to get started with your favorite technology?
|
||
|
||
| [<img align="left" width="25" src="https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg"> React](https://docs.meteor.com/tutorials/react/) |
|
||
| - |
|
||
| [<img align="left" width="25" src="https://progsoft.net/images/blaze-css-icon-3e80acb3996047afd09f1150f53fcd78e98c1e1b.png"> Blaze](https://blaze-tutorial.meteor.com/) |
|
||
| [<img align="left" width="25" src="https://vuejs.org/images/logo.png"> Vue](https://docs.meteor.com/tutorials/vue/meteorjs3-vue3-vue-meteor-tracker.html) |
|
||
|
||
# 🚀 Quick Start
|
||
|
||
On your platform, use this line:
|
||
|
||
```shell
|
||
> npx meteor
|
||
```
|
||
|
||
🚀 To create a project:
|
||
|
||
```shell
|
||
> meteor create
|
||
```
|
||
|
||
☄️ Run it:
|
||
|
||
```shell
|
||
cd my-app
|
||
meteor
|
||
```
|
||
|
||
# 🧱 Developer Resources
|
||
|
||
**Building an application with Meteor?**
|
||
|
||
* Deploy on [Galaxy](https://galaxycloud.app)
|
||
* Discuss on [Forums](https://forums.meteor.com/)
|
||
* Join the [Meteor Discord](https://discord.gg/hZkTCaVjmT)
|
||
|
||
|
||
Interested in helping or contributing to Meteor? These resources will help:
|
||
|
||
* [Core development guide](DEVELOPMENT.md)
|
||
* [Contribution guidelines](CONTRIBUTING.md)
|
||
* [Feature requests](https://github.com/meteor/meteor/discussions/)
|
||
* [Issue tracker](https://github.com/meteor/meteor/issues)
|