File tree Expand file tree Collapse file tree 3 files changed +1460
-1043
lines changed Expand file tree Collapse file tree 3 files changed +1460
-1043
lines changed Original file line number Diff line number Diff line change 55[ ![ codecov] ( https://codecov.io/gh/code-dot-org/maze/branch/master/graph/badge.svg )] ( https://codecov.io/gh/code-dot-org/maze )
66
77Standalone repo for the Maze app type
8+ ### Setup Your Project
9+
10+ Check this project out from source:
11+
12+ git clone git@github.com:code-dot-org/maze.git
13+ cd maze
14+
15+ Next, inside the project, you need to install the project's various dependencies.
16+
17+ yarn install
18+
19+ Now you should be able to run all the tests:
20+
21+ yarn test
22+
23+ And spin up a development build of your new project:
24+
25+ yarn build
Original file line number Diff line number Diff line change 3838 "file-loader" : " ^1.1.11" ,
3939 "html-webpack-plugin" : " ^3.2.0" ,
4040 "jest" : " ^22.1.3" ,
41- "webpack" : " ^4.8.1 " ,
42- "webpack-cli" : " ^2 .1.3 "
41+ "webpack" : " ^4.20.2 " ,
42+ "webpack-cli" : " ^3 .1.1 "
4343 },
4444 "jest" : {
4545 "coverageDirectory" : " ./coverage/" ,
You can’t perform that action at this time.
0 commit comments