Git Product home page Git Product logo

guides-app's Introduction

Ember Guides App Build Status Build status

This repository contains the Ember App that powers the Ember.js Guides.

This app is essentially a static site generator that pulls in the markdown that makes up the Guides Source and outputs three things:

  • JSON that contains that content
  • an Ember App that is designed to consume that JSON
  • static html that is powered by Prember and FastBoot

If that all sounds a bit scary don't worry, thanks to Ember's Zero Config approach you don't need to worry about any of that to contribute ๐ŸŽ‰

Looking for repositories for the other parts of emberjs.com? Check out website, ember-api-docs, super-rentals tutorial, statusboard, deprecation-app, and styleguide.

Contributing

Welcome and thanks for your help!

First-time contributors are encouraged to choose issues that are labeled "help wanted" or "good for new contributors." If you have questions or want a buddy to pair with, you can join the #-team-learning channel in the Ember Community Slack.

If you were hoping to help with the contents of the Guides instead of the App that powers it then check out the contributing instructions for the Guides Source

Prerequisites for running this app

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/ember-learn/guides-app.git
  • cd guides-app
  • npm install

Running / Development

Further Reading / Useful Links

Local Development alongside the Guides Source

If you are trying to make changes to the Guides App (this repo) and the Guides Source and want see your changes locally you need both repositories on your computer.

git clone git://github.com/ember-learn/guides-app.git
git clone git://github.com/ember-learn/guides-source.git

cd guides-source
npm link

cd ../guides-app/
npm i
npm link @ember-learn/guides-source
npm start

guides-app's People

Contributors

mansona avatar dependabot-support avatar sivakumar-kailasam avatar locks avatar jenweber avatar acorncom avatar melsumner avatar robbiethewagner avatar anotheredward avatar ppcano avatar chrismou avatar pzuraq avatar joshmcrty avatar localpcguy avatar samselikoff avatar ember-tomster avatar dopin avatar progand avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.