-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat/initialize frontend #2
Conversation
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. Happy with Stytch 🔐
I'll add an ADR in #3 about Stytch, if you don't mind.
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 think we should lock the versions (removing the '^') an update them manually
|
||
body { | ||
background-image: url("https://trey.fi/content/themes/trey/svg/tausta_aalto.svg"); | ||
background-color: #006069; |
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.
could use variable
@@ -0,0 +1,50 @@ | |||
# React + TypeScript + Vite |
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.
these needed?
Created with Vite ⚡ I added Radix UI for theming, react-router-dom for routing and Stytch for authentication.
Why I selected Stytch as auth provider?