We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3115fc6 commit c2ab0dcCopy full SHA for c2ab0dc
1 file changed
README.md
@@ -16,12 +16,15 @@ This repo contains various generators for external project
16
### Dependencies
17
* node
18
* yarn
19
-### Building
+### Setup
20
+* Clone the project **recursively** and **with ssh**
21
+ * `git clone git@github.com:JumpCutter/JC-ProjectExportAPI --recursive`
22
* Install yarn if you don't have it
23
* `npm i yarn -g`
24
* Build
25
* `yarn build`
-* Run tests
26
+### Tests
27
+* Run tests (this does not require `yarn build`
28
* `yarn test`
29
30
## Testing
0 commit comments