File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,9 @@ The new app uses [gulp](http://gulpjs.com/) to:
1616
1717## Installation
1818
19- Create a ` .babelrc ` file at the top level of the project with the following contents:
20-
21- ``` js
22- {
23- presets: [' es2015' ]
24- }
25- ```
26-
27- This file is needed to run [ ` gulpfile.babel.js ` ] ( https://github.com/parkjs814/AlgorithmVisualizer/blob/master/gulpfile.babel.js ) with ES6 syntax.
28-
29- Steps for running the project:
30-
3119``` bash
3220# install gulp globally so you can run it from the command line
33- npm install -g gulp
21+ npm install -g gulp-cli
3422
3523# install all dependencies
3624npm install
@@ -93,4 +81,4 @@ The `utils` folder holds a few helper methods that are used everywhere such as b
9381
9482 - https://github.com/parkjs814/AlgorithmVisualizer/pull/97
9583 - https://github.com/parkjs814/AlgorithmVisualizer/pull/101
96- - https://github.com/parkjs814/AlgorithmVisualizer/pull/102
84+ - https://github.com/parkjs814/AlgorithmVisualizer/pull/102
You can’t perform that action at this time.
0 commit comments