Git Product home page Git Product logo

openui5-website's Introduction

Build Status OpenUI5 logo

OpenUI5 Website

This is the repository for the openui5.org website of the OpenUI5 framework. We welcome contributions to our website. If you have a proposal you want to share with us, follow the instructions below.

Contributing

You only need to follow the installation instructions below if you want to contribute something.

Requirements

You need to have the following tools installed:

Installation

  • Fork this repository.
  • Clone the forked repository to your local machine.
  • Set up the upstream repository to retrieve updates from the original repository to the fork:
  • Install project dependencies. In the project folder:
    • Run npm install
  • Start the web server:
    • Run npm start
  • Open http://localhost:3030.

Make Your Changes

  • Make sure the master branch of your fork is up to date. On the master branch:
    • Run git pull upstream master
  • Create a new branch from the latest master:
    • Run git checkout -b the-feature-name.
  • Make your changes, and save your files.
  • Commit and push your changes to the forked repository:
    • To commit, run git add -A && git commit -m "Meaningful commit message"
    • To push, run git push

Create a Pull Request

Create a pull request from the feature branch of the forked repository to the master branch of the original repository. For more information, take a look at the GitHub instructions.

Known Issues

There are no known major issues at the moment.

Support

To report a bug on the website, please use the GitHub issue tracker. For other questions you can reach us in #openui5_website channel of the OpenUI5 Community Slack.

License

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.

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.