-
Notifications
You must be signed in to change notification settings - Fork 85
docs: add demo.tutorialkit.dev website #83
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
docs/demo/package.json
Outdated
"postbuild": "cp _headers ./dist/" | ||
}, | ||
"dependencies": { | ||
"@tutorialkit/components-react": "0.0.1-alpha.22", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will switch to using the workspace
packages instead. But first I need this #84 to land.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I added a couple of comments to places where we updated the template
on the latest version of TutorialKit.
Co-authored-by: Jòan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on going over all of the new changes @Nemikolh 🙏!
Co-authored-by: Jòan <[email protected]>
This PR brings the source of https://demo.tutorialkit.dev to this repository to make it easier for external contributors to contribute.
I updated the dependencies to use the workspace dependencies instead. This means that the demo is now always build with the version of TK that is on
main
.