Skip to content

Commit 003e0db

Browse files
authored
Merge pull request #23 from code-dot-org/setup-instructions
Update webpack version, add setup instructions
2 parents d8f1b8e + 0b8096f commit 003e0db

File tree

3 files changed

+1460
-1043
lines changed

3 files changed

+1460
-1043
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,21 @@
55
[![codecov](https://codecov.io/gh/code-dot-org/maze/branch/master/graph/badge.svg)](https://codecov.io/gh/code-dot-org/maze)
66

77
Standalone 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
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/",

0 commit comments

Comments
 (0)