This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/systemds-website.git
commit 2b102021d38cdb249b873e1b84885da85e4b7724 Author: baunsgaard <[email protected]> AuthorDate: Wed Oct 21 14:04:33 2020 +0200 [MINOR] Main readme cleanup --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1175882..3b94b06 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,32 @@ -SystemML Website -================ +# SystemML Website -Build System dependencies -------------------------- +## Dependencies -#### Node.js and npm +### Node.js and npm -In order to build this project you will need the latest version of [node.js and npm](https://nodejs.org/). Detailed instructions for download and installation can be found [here](https://github.com/nodejs/node#download). +In order to build this project you will need the latest version of [node.js and npm](https://nodejs.org/). +Detailed instructions for download and installation can be found [here](https://github.com/nodejs/node#download). -#### Gulp +### 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 +```bash +sudo npm install -g gulp ``` -### Building the website +## Building the website -#### Download website dependancies +### Download website dependancies -``` -$ npm install +```bash +npm install ``` -#### Build website contents +### Build website contents -``` -$ gulp +```bash +gulp ``` If all goes well it open the site in your browser at `http://localhost:3000`.
