We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69525fd commit 28d5bbaCopy full SHA for 28d5bba
README.md
@@ -5,3 +5,21 @@
5
[](https://codecov.io/gh/code-dot-org/maze)
6
7
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/craft.git
13
+ cd craft
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
+ npm run build
0 commit comments