Skip to content
/ BUILD Public
forked from SAP-archive/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 …

License

Notifications You must be signed in to change notification settings

eouin/BUILD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

** 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.

Modules in Build

Foundation Modules

Build Modules

Admin Modules

User Documentation

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

#Getting Started

##Prerequisites

  • install GIT
  • install npm.js - only version 1.4.28 is supported
  • install node.js -only version 10.28 is supported
  • install mongodb -only version 2.6.x is supported

Download / Clone

  1. Clone BUILD repo

    git clone https://github.com/SAP/BUILD.git
  2. Install required node modules (dependencies):

    npm install -g grunt-cli
    cd 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 [email protected] or tweet our twitter account buildwithbuild and we will reach out to you.

TO DO

  • Update package names
  • Enable Prototype creation

Licenses

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

###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 …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.5%
  • CSS 7.8%
  • HTML 5.2%
  • Gherkin 1.3%
  • Smarty 1.2%