GitHunt
IW

iweiss/repo-finder

jboss-set

A basic web page that allows SET members to quickly find the URL to a component
repository based upon a specified release stream.

Page can be viewed here.

This project is generated with yo angular generator
version 0.14.0.

Build & Development

Prerequistes

  1. Node.js
  2. bower
  3. ruby

Local Installation

  1. git clone <repo_finder_url>
  2. cd repo-finder
  3. gem install compass
  4. npm install
  5. bower install

Local Development

Run grunt for building, grunt serve for local dev server and grunt serve:dist to preview the generated distribution (how the page will appear on gh-pages).

Deployment

Once your changes are complete, execute the following steps:

  1. Commit all of your changes.
  2. Execute ./deploy.sh.
    • This pushes your commit(s) to the remote repository's src branch, builds the site distribution (dist) and then pushes the new dist to the gh-pages branch. By default the remote repository is the 'origin' remote defined in your local git repository.

Languages

JavaScript59.3%HTML38.8%SCSS1.7%Shell0.2%

Contributors

Created May 24, 2016
Updated April 25, 2022
iweiss/repo-finder | GitHunt