Giter Club home page Giter Club logo

angular.de's Introduction

Angular.DE

Requires Ruby 2.5+

Build Status

Build Status

Development

0. Prerequisite Software

1. Getting the Sources

Fork and clone repository:

  1. Login to your GitHub account or create one by following the instructions given here.
  2. Fork the main repository.
  3. Clone your fork of the repository and define an upstream remote pointing back to the main repository that you forked in the first place.
# Clone your GitHub repository:
git clone [email protected]:<github username>/angular.de.git

# Go to the directory:
cd angular.de

# Add the main repository as an upstream remote to your repository:
git remote add upstream https://github.com/workshops-de/angular.de.git

2. Install the project dependencies

# install bundler as ruby package manager
gem install bundler
# install the project depdencies defined int the Gemfile
bundle install

3. Run the jekyll instance

# start the web page at http://localhost:4000
bundle exec jekyll serve --incremental

4. Update/Pull shared module

We're using a git submodule to share files like templates, images and themes across all workshops_de portals. Use following command to pull and update the repository including submodule.

$ git pull --recurse-submodules

5. Pull Request

Createa a Pull Request to describe and propose your changes to this repository. If you don't know what Pull Requests(PR) all about you should check out this article.

angular.de's People

Contributors

robinboehm avatar tidusio avatar carinarettig avatar web-dave avatar dependabot-support avatar dependabot-preview[bot] avatar mrcube42 avatar fritzoscar avatar bjoernkw avatar dependabot[bot] avatar grandschtroumpf avatar tobiashoeft avatar justuswild avatar donut87 avatar gruentee avatar florianbehrens avatar futureflo avatar gregonnet avatar markus-ende avatar patrickvaler avatar dcspeterdickten avatar s-gbz avatar simontribus avatar timoweiss avatar hoobtron avatar it11ah1 avatar kristofmoell avatar

Watchers

James Cloos 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.