-
Notifications
You must be signed in to change notification settings - Fork 482
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
Add frontend #713
Add frontend #713
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #713 +/- ##
==========================================
+ Coverage 78.47% 79.01% +0.54%
==========================================
Files 81 79 -2
Lines 5082 5004 -78
==========================================
- Hits 3988 3954 -34
+ Misses 1094 1050 -44 ☔ View full report in Codecov by Sentry. |
acd7e9c
to
25e109d
Compare
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.
Quibble: single quotes in Python!
Just amazing how far this has come in a short time...!
apps/question-the-docs/frontend/src/components/MarkdownDisplay.jsx
Outdated
Show resolved
Hide resolved
425bbba
to
812bf81
Compare
Description
This PR adds a basic frontend to the Question the Docs app. It uses Vite to create the initial project.
The app is deployed on fly.io.
Related Issues
#653