Skip to content

Commit 8733cd5

Browse files
authored
[org-migrate] update pointers to github repo (#629)
2 parents 076dcc9 + 972ee5b commit 8733cd5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
![E2E Tests](https://github.com/nilock/vue-skuilder/actions/workflows/e2e-tests.yml/badge.svg)
2-
3-
[![image](https://user-images.githubusercontent.com/10780590/132559883-8d65a1ef-d930-468b-8805-7e1003e05c7d.png)](https://www.youtube.com/watch?v=a6tvHMvF8Mo)
1+
![E2E Tests](https://github.com/patched-network/vue-skuilder/actions/workflows/e2e-tests.yml/badge.svg)
42

53
General tooling for interactive tutoring systems, with experimentation toward
64
- mass-collaborative authoring
@@ -28,15 +26,15 @@ This monorepo contains three primary components:
2826
### Prerequisites
2927

3028
- Node.js 18+
31-
- Yarn
29+
- Yarn 4 (or corepack)
3230
- Docker (for development database)
3331

3432
### Commands
3533

3634
```bash
37-
git clone https://github.com/nilock/vue-skuilder.git
35+
git clone https://github.com/patched-network/vue-skuilder.git
3836
cd vue-skuilder
39-
git submodule init
37+
git submodule update --init --recursive
4038
yarn install
4139
yarn dev
4240
```

0 commit comments

Comments
 (0)