Files
meteor/v3-docs/docs/index.md
Cam Stuart ca98e1c377 fix: typo
2024-08-08 00:21:12 +10:00

53 lines
1.7 KiB
Markdown

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
text: "Meteor.js Docs"
tagline: "Documentation, resources, and API references to help you build and deploy with Meteor.js."
image:
src: /logo.png
alt: Meteor
actions:
- theme: brand
text: Get Started
link: /about/what-is
- theme: alt
text: Install
link: /about/install
# TODO: Update with Docs features and links as they are added
features:
- title: Zero Config
icon: 🛠️
details: Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring tools.
- title: Front-end Agnostic
icon: 🎨
details: Choose your preferred front-end framework like React, VueJS, Blaze, Svelte, or Solid.
- title: RPCs API
icon: 📡
details: Easily connect back-end and front-end with Methods. Our Remote Procedure Call (RPC) system
- title: Easy to Deploy
icon: 🚀
details: Deploy using one command from the CLI or directly from your Git repository by using Meteor Cloud.
- title: Real-time Features
icon: ⚡
details: Develop apps with real-time features like chats and collaborative apps with ease by using publications and subscriptions.
- title: TypeScript Support
icon: 📝
details: Experience the power of TypeScript inference to boost productivity for your full-stack application.
- title: Built-in Accounts
icon: 👤
details: Login and Accounts package ready to use with your app. Never rebuild an authentication system again.
- title: Pioneering and Reliable
icon: 🏆
details: Developed for over a decade and trusted by industry giants. Alows you to build and scale efficiently.
---