Changes
Page history
fixed repo URL
authored
Dec 16, 2016
by
Felix Freiberger
Show whitespace changes
Inline
Side-by-side
home.md
View page @
46596d8c
...
...
@@ -4,7 +4,7 @@
*
Make sure you have installed node.js from http://nodejs.org/ which includes
`npm`
.
*
Install
`grunt-cli`
globally if you don't use it already:
`npm install -g grunt-cli`
*
Clone the repository
:
`git clone
http://
git.fefrei.de
/concurrent-programming-web
.git/`
*
Clone the
[
repository
](
http
s
://
liebe.cs.uni-saarland.de/gitlab/pseuco
/concurrent-programming-web
/tree/master
)
.
*
In the repository directory, install the dependencies:
`npm install`
*
Fetch some more dependencies and build the application:
`grunt`
...
...
...
...