- Notifications
You must be signed in to change notification settings - Fork42
Setup#3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Setup#3
Changes from1 commit
820097a32edbcf4be011f699314704653e2b51dd2f89045a39bcf64ccc176e6e88651ef8c527e634a6d49241fef563874f54e06de81a1041aa1a8b869b7e81c4a05ca826f2e797cf2a1567c6a601d2669File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| #Todos | ||
| - add to scripts when url fixed | ||
| ``` | ||
| "postinstall": "node ./node_modules/vscode/bin/install", | ||
| ``` |
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export default {} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| import basicTutorialData from './tutorials/basic' | ||
| import * as CR from 'typings' | ||
| const tutorialContext: CR.MachineContext = { | ||
| position: { | ||
| levelId: '', | ||
| stageId: '', | ||
| stepId: '', | ||
| }, | ||
| progress: { | ||
| levels: {}, | ||
| stages: {}, | ||
| steps: {}, | ||
| complete: false, | ||
| }, | ||
| // TODO: load tutorial instead of preloading demo | ||
| data: basicTutorialData.data, | ||
| } | ||
| export default tutorialContext |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export default {} |
Uh oh!
There was an error while loading.Please reload this page.