-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
Make the app into a wrapper, so that others can reuse the core of CodeRoad for their own extensions. The aim would be to allow for shared development of the platform.
- extract error handlerextract Landing screen componentextract TutorialList screen componentconfigTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
import CodeRoad from '@coderoad/core'
const app = new CodeRoad({
hooks: {
onError: customerErrorHandler,
},
screens: {
Landing: LandingComponent,
TutorialList: TutorialListComponent,
},
config: {
tutorial: {
hints: true,
loadSolution: false,
}
}
})
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity