Skip to content

Commit 28d5bba

Browse files
committed
add readme
1 parent 69525fd commit 28d5bba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
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/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

Comments
 (0)