Rename .asf.yml to .asf.yaml
1 file changed
tree: d5e2a524627d996a59d9ddaaf75aa87df622c4d8
  1. _src/
  2. branding_assets/
  3. .asf.yaml
  4. .gitattributes
  5. .gitignore
  6. .htaccess
  7. _config.yml
  8. CONTRIBUTING.md
  9. gulpfile.js
  10. LICENSE
  11. NOTICE
  12. package-lock.json
  13. package.json
  14. README.md
README.md

SystemML Website

Dependencies

Node.js and npm

In order to build this project you will need the latest version of node.js and npm. Detailed instructions for download and installation can be found here.

Gulp

We use Gulp to compile Sass and JS as well as run the Jekyll build. You can install it with npm:

sudo npm install -g gulp

Building the website

Download website dependancies

npm install

Build website contents

gulp

If all goes well it open the site in your browser at http://localhost:3000.