Materialize Bridge Docs
v1
v1
  • Intro
  • 1. About this application
    • 1.1 Introduction
    • 1.2 Navigation guide
    • 1.3 Components catalog
    • 1.4 Internal Structure
    • 1.5 Installation
    • 1.6 Project status
    • 1.7 Color switcher
  • 2. Installation
    • Webpack, Aurelia-CLI (Webpack)
    • JSPM
    • Aurelia-CLI (require)
    • Fuse-box 2.x
  • 3. App developers tutorial
    • 3.1 Introduction
    • 3.2 Setup
    • 3.3 Select component
    • 3.4 Button component
    • 3.5 Slider component
    • 3.6 Collapsible component
    • 3.7 What you need to know
  • 4. App developers notes
    • 4.1 On bundling
    • 4.2 Using your own SASS with JSPM
  • 5. Contributing (bridge developers notes)
    • Cloning and running the code
    • Creating samples
  • 6. About Aurelia
    • 5.1 Key Features
  • 7. About Materialize
    • 7.1 Integrated with Aurelia
    • 7.2 Why choose Materialize
Powered by GitBook
On this page
  • Prerequisites
  • Cloning the repo
  • Running the code
  1. 5. Contributing (bridge developers notes)

Cloning and running the code

Previous5. Contributing (bridge developers notes)NextCreating samples

Last updated 7 years ago

In order to contribute to Aurelia-Materialize bridge, you need to create a fork of this project, install its dependencies. This section shows how this is done.

Prerequisites

Make sure you have installed nodejs, git, npm, gulp and jspm.

Cloning the repo

  • Fork this repository:

  • Clone it to your computer using git, open a terminal and change the working directory to the directory with your clone. This guide will reference to the clone directory as root.

  • Make sure you have installed npm, gulp and jspm globally.

  • Install top-level dependencies:

    • In root run the following commands:

      • npm install

      • jspm install

    • in root/sample run the following commands:

      • jspm install

Running the code

Run gulp watch in root.

After a short while, BrowserSync will prompt you with a local URL which you can open in your browser.

https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge