Guides Source

screenshot of Guides Source
ember

This repository contains the Ember.js Guides

Overview

The project is a repository containing written content for the Ember.js Guides, welcoming contributors to improve the learning experience by filing issues or submitting pull requests.

Features

  • Continuous Integration: Utilizes GitHub Actions for continuous integration.
  • Visual Regression Testing: Uses Percy.io for visual regression testing.
  • Contributions: Encourages first-time contributors through labeled help-wanted and good first issue tags.
  • Markdown Content: Provides Ember Guides content written in Markdown format.
  • Local Development: Guides on running the Ember Guides app locally for development.
  • Testing: Runs tests locally using npm test and checks for broken links in addition to the Ember app.
  • Linting and Spellchecking: Ensures Markdown consistency through linting and spellchecking.
  • Internal and External Links Testing: Facilitates testing of internal and external links.
ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.