Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.11 KB

Playground.md

File metadata and controls

33 lines (24 loc) · 1.11 KB

Running the UI5 Web Components Playground Locally

The Playground, which is deployed, can be run locally to test your changes & samples. In order to do so, you have to follow the steps below:

1. Install Ruby

See how to install Ruby depending on your OS here.

Note: Some OS might come with built in Ruby, so you don't have to install it on your own.(To check if you Ruby is installed run ruby -v in the terminal)

2. Install Bundler

Bundler is a tool for managing dependencies in Ruby. You need to install version 2.02 of Bundler. In order to install it run:

gem install bundler -v 2.0.2

3. Go to the Playground Package

4. Install all of the playground dependencies

bundle install

5. Go to the Project Root Folder

6. Start the Playground Locally

In your terminal run the following command:

yarn start:playground

This will build all of the necessary assets and will start local server on your machine. To access the playground visit: http://localhost:4000/