nageshwarrao19 / BUILD

BUILD is an open-source, cloud-based and social platform that enables users, even those with no UI development knowledge, to easily create fully interactive prototypes with realistic data, share them with colleagues and consolidate this feedback without writing a line of code. Please note that we are currently restructuring the site. Watch this space!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** Beta - work in Progress **

Overview

BUILD is an open-source, cloud-based and social platform that enables users, even those with no UI development knowledge, to easily create fully interactive prototypes with realistic data, share them with colleagues and consolidate this feedback without writing a line of code.

For a more detailed description of BUILD, see the BUILD Overview.

User Documentation

Check out the Build Support for detailed help topics and video tutorial about using Build!

Make a Contribution

So you want to contribute to BUILD? Good choice! There is lots of scope for contribution, and there's plenty to do! Popular contributions include bug reports, feature requests, and new features. This document describes how to make contributions to any of these modules.

Modules in BUILD

Foundation Modules

Build Modules

Admin Modules

##Getting Started

###Prerequisites

###Download / Clone

  1. Clone BUILD repo

    git clone https://github.com/SAP/BUILD.git
  2. Install required node modules (dependencies) (note, you need to be in the BUILD/ folder within the repo):

    npm install -g grunt-cli
    cd BUILD/BUILD/
    npm install
  3. Initialize the database(Required just the first time):

     cd server
     node initSchema.js
     node setDefaultAccess.js
     cd ..
  4. Start the BUILD application (for Dev):

     grunt serve

Go to http://localhost:9000 in Chrome browser and click Join

If you're having a problem installing, you can create a bug or ask a question using the BUILD Issue Tracker, contact contribute.build@sap.com or tweet our twitter account buildwithbuild and we will reach out to you.

Licenses

This project is licensed under the Apache Software License, v. 2 except as noted otherwise in the License file.

Please do not remove this license from cloned or forked versions of BUILD.

###Licenses for Contributors

Legal Notices

View the legal notice about fonts used in Build.

About

BUILD is an open-source, cloud-based and social platform that enables users, even those with no UI development knowledge, to easily create fully interactive prototypes with realistic data, share them with colleagues and consolidate this feedback without writing a line of code. Please note that we are currently restructuring the site. Watch this space!

License:Other


Languages

Language:JavaScript 84.6%Language:CSS 7.8%Language:HTML 5.2%Language:Gherkin 1.3%Language:Smarty 1.2%