Skip to content

OlMue/openui5-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.7%
  • CSS 32.5%
  • JavaScript 3.1%
  • Shell 1.7%