Coder Social home page Coder Social logo

endangeredmassa / ember-blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ember-learn/ember-blog

0.0 1.0 0.0 40.79 MB

Ember's official blog

Home Page: https://blog.emberjs.com

License: Other

Dockerfile 0.18% Ruby 19.04% Shell 0.31% HTML 26.62% JavaScript 12.19% CSS 41.66%

ember-blog's Introduction

Ember Website

Build Status

This repository contains the blog content for the Ember.js public website.

Other parts of the public website are separate apps:

Contributing

New contributors are welcome! The website is maintained by an all-volunteer team, and we are thankful for your help.

The best way to get started is to find issue labeled "good first issue" or "help wanted." If you have questions or want a buddy to pair with, drop by the #-team-learning channel on the Ember Community Discord. Like most open source projects, contributors are encouraged to open an issue to propose changes and iterate on ideas before investing time in coding. Some tips for working with git/GitHub can be found in Making your first pull request in the Guides respository.

To contribute to the Ember Times, a blog newsletter with weekly updates from the Ember land, please refer to this Contributing Guide.

Contributing troubleshooting

We are using Alex for insensitive language checking and markdownlint. If your CI branch build is failing from these linters, please see Contributing Guide for more info.

Running locally with Docker (recommended)

This is the recommended method to run the website app locally. Although the website is built with Ruby, most work is done in Markdown files. You don't need to know Ruby or install its dependencies to help out. Follow the Docker container instructions below to install and run locally.

First, install Docker and Compose and leave it running.

Next, the commands below will install all necessary dependencies for the website app and start a server. This will take a little while to run, possibly a few minutes. The dependencies will be installed inside a Docker container, and do not affect your normal developer environment.

git clone git://github.com/emberjs/website.git
cd website
docker-compose build
docker-compose up

Subsequent runs will be much faster once all the dependencies are installed.

You can view the site locally at http://localhost:4567

Running locally with Ruby and Middleman

If you are unable to use Docker as described above, here's how to get started installing dependencies.

git clone https://github.com/ember-learn/ember-blog.git
cd ember-blog
bundle
bundle exec middleman

Then visit http://localhost:4567/

Requirements

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

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!

ember-blog's People

Contributors

acorncom avatar alonski avatar amyrlam avatar bmac avatar chrisrng avatar fivetanley avatar ijlee2 avatar jaredgalanis avatar jayjayjpg avatar jenweber avatar kennethlarsen avatar locks avatar lzcabrera avatar machty avatar mansona avatar melsumner avatar minthamie avatar mixonic avatar rwjblue avatar sandraor avatar sivakumar-kailasam avatar stefanpenner avatar tomdale avatar trek avatar tricknotes avatar twokul avatar tylerturdenpants 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.