[SYSTEMML-1021] Create readme with build instructions Closes #5.
Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/b63b6ad5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/b63b6ad5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/b63b6ad5 Branch: refs/heads/master Commit: b63b6ad51e909c538ab7178c37b3f337efac2dce Parents: 96a132b Author: Dexter Lesaca <[email protected]> Authored: Fri Oct 7 13:50:56 2016 -0700 Committer: Deron Eriksson <[email protected]> Committed: Fri Oct 7 13:50:56 2016 -0700 ---------------------------------------------------------------------- README.md | 22 ++++++++++++++++++++++ _src/assets/js/bundle.min.js | 0 2 files changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b63b6ad5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a819e6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# SystemML Website + +## Getting Started +### Prerequisites +#### Node.js and npm +In order to build this project you will need [node.js and npm](https://nodejs.org/). Detailed instructions can be found [here](https://github.com/nodejs/node/wiki/Installation). + +#### Gulp +We use Gulp to compile Sass and JS aswell as run the Jekyll build. You can install it with npm: +``` +$ npm install -g gulp +``` +### Build +#### Download dependancies +``` +$ npm install +``` +#### Build it: +``` +$ gulp +``` +If all goes well it open the site in your browser at `http://localhost:3000`. http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b63b6ad5/_src/assets/js/bundle.min.js ---------------------------------------------------------------------- diff --git a/_src/assets/js/bundle.min.js b/_src/assets/js/bundle.min.js old mode 100755 new mode 100644
