GithubHelp home page GithubHelp logo

jkumar712 / website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emberjs/website

0.0 1.0 0.0 72.29 MB

Source for emberjs.com

License: Other

Shell 0.17% Ruby 12.97% HTML 49.75% JavaScript 5.52% CSS 31.58%

website's Introduction

Ember Website

Build Status

The website for the Ember.js project.

Contributing

To get started:

git clone https://github.com/emberjs/website.git
cd website
bundle
bundle exec middleman

Then visit http://localhost:4567/

Note: unless you're working with the API docs, don't use rake preview—use middleman (aka middleman server) instead.

To populate organizers data from meetup.com on http://localhost:4567/meetups

  • get a meetup API Key
  • set ENV["MEETUP_API_KEY"]
  • run the following rake command
rake findorganizers [force=true]

The force=true flag will overwrite all existing organizer data

API Documentation

API documentation has been moved to a separate repo, please see https://github.com/ember-learn/ember-api-docs/

Requirements

If the bundle command is not found, you can install it with gem install bundle.

If the bundle command fails to run, you may need to upgrade your Ruby version. Please check the current supported version that described at .ruby-version. You can use RVM to install it:

$ curl -L https://get.rvm.io | bash -s stable
$ rvm install $(cat .ruby-version)
$ rvm use $(cat .ruby-version)

Troubleshooting tips for Windows devs

For Windows developers using RubyInstaller, you'll need to download the DevKit and install it using instructions: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit

After you have a proper install, you can then run:

gem install bundler wdm tzinfo-data
gem update listen middleman

Once Middleman comes up, you'll be prompted by Windows Firewall. Click "Allow access" and you'll be in business!

website's People

Contributors

acorncom avatar bmac avatar chancancode avatar dgeb avatar ebryn avatar fivetanley avatar igort avatar kingpin2k avatar locks avatar lzcabrera avatar machty avatar melsumner avatar mixonic avatar patr1ck avatar peritpatrio avatar perlun avatar rwjblue avatar ryanlabouve avatar sandraor avatar sly7-7 avatar stefanpenner avatar teddyzeenny avatar toddjordan avatar tomdale avatar trek avatar tricknotes avatar twokul avatar wagenet avatar wifelette avatar wycats avatar

Watchers

 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.