Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Hexo site behind the Meteor Svelte tutorial docs, with example code and contribution workflow.
The Meteor Svelte Tutorial is an open-source Hexo static site repo that generates the official tutorial documentation for building Meteor apps with Svelte, hosted at svelte-tutorial.meteor.com.
This repository contains both the narrative tutorial text (in the tutorial folder) and the working Meteor + Svelte example code (in the src folder) that accompany each lesson. It is built with Hexo, a static site generator, and produces the docs at https://svelte-tutorial.meteor.com. The project is maintained by the Meteor community and accepts contributions via GitHub pull requests. It is listed with topics including hacktoberfest, meteor, svelte, and tutorial.
src folder holds Meteor app code for every step, letting readers run the exact same app the tutorial describes.npm start.quave-check npm script validates that changes pass project lint and style rules before a PR.src folder.tutorial folder, sync with src code, and submit a PR against master.After cloning the repository, you install nvm and Node.js 8.11.2, run npm install, then npm start to serve the Hexo site locally. When you make changes, run npm run build to generate the static site and npm run quave-check to ensure lint and styles pass. Finally, open a pull request against the master branch and sign the CLA.
Yes, it is open source and hosted freely at svelte-tutorial.meteor.com, with the code publicly available on GitHub.
The project specifies Node.js 8.11.2, installed via nvm, because it is a Hexo project. Meteor apps in the src folder do not require manual Node version management.
The tutorial directs readers to the Meteor Forums or the Meteor Community Slack via the invite link in the repository.
Fork the repository, make your text changes in the tutorial folder and sync them with code in the src folder, run npm run build, and create a Pull Request against master. You'll also need to sign the CLA.
