You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only a couple of API calls, classed into four categories: Protocol, NodeJS, App, Window.
154
154
155
-
Read [the API docs](https://github.com/i5ik/grader-base) for a detailed usage or see below for an overview.
155
+
Read [the API docs](https://github.com/crisdosyago/grader-base) for a detailed usage or see below for an overview.
156
156
157
157
<palign=right><ahref=#top>Top</a></p>
158
158
@@ -198,7 +198,7 @@ Instrument the browser directly with DevTools\*.
198
198
199
199
### Docketty Docs
200
200
201
-
Then, read the [API docs](https://github.com/i5ik/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
201
+
Then, read the [API docs](https://github.com/crisdosyago/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
202
202
203
203
<palign=right><ahref=#top>Top</a></p>
204
204
@@ -212,22 +212,22 @@ Open an issue!
212
212
213
213
### Get Started from the Command line
214
214
215
-
Use npm to get the [Grader.JS tool](https://github.com/i5ik/graderjs) to automatically populate your new grader app.
215
+
Use npm to get the [Grader.JS tool](https://github.com/crisdosyago/graderjs) to automatically populate your new grader app.
216
216
217
217
```sh
218
218
$ npm i -g graderjs@latest
219
219
$ graderjs my-new-app
220
220
```
221
221
222
-
Then, read the [API docs](https://github.com/i5ik/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
222
+
Then, read the [API docs](https://github.com/crisdosyago/grader-base/blob/master/README.md) or see below for the Getting Started Goose Guide.
223
223
224
224
*Or...*
225
225
226
226
<palign=right><ahref=#top>Top</a></p>
227
227
228
228
### Get Started from GitHub
229
229
230
-
Click ["Use This Template"](https://github.com/i5ik/grader-base) on the base-repo and you will have a new repo, then clone it to your workspace and `cd` into it, and run:
230
+
Click ["Use This Template"](https://github.com/crisdosyago/grader-base) on the base-repo and you will have a new repo, then clone it to your workspace and `cd` into it, and run:
231
231
232
232
```sh
233
233
npm i
@@ -239,7 +239,7 @@ npm i
239
239
240
240
### Start Building!
241
241
242
-
Read [the API docs](https://github.com/i5ik/grader-base), or create yer binaries right away:
242
+
Read [the API docs](https://github.com/crisdosyago/grader-base), or create yer binaries right away:
243
243
244
244
```sh
245
245
./scripts/compile.sh
@@ -321,7 +321,7 @@ And put your JS/HTML/CSS into, `src/public/index.html`:
321
321
322
322
### API
323
323
324
-
Read [the API docs](https://github.com/i5ik/grader-base)!
324
+
Read [the API docs](https://github.com/crisdosyago/grader-base)!
See [the API docs](https://github.com/i5ik/grader-base) for more. Or just read the README.md of the grader app you've just created, it contains the full API docs. You can also take a look at the API code in `src/index.js`.
378
+
See [the API docs](https://github.com/crisdosyago/grader-base) for more. Or just read the README.md of the grader app you've just created, it contains the full API docs. You can also take a look at the API code in `src/index.js`.
0 commit comments