issue/17-client-setup #19

Merged
tepichord merged 2 commits from issue/17-client-setup into main 2026-02-11 19:29:18 -08:00
Collaborator

Resolves #17.

Sets up react-router with a rough approximation of the routes we'll need.
Shadcn was also added allowing us to add any components by running deno run -A --unstable npm:shadcn@latest add <component>

Linting is still a partial problem as there are some files deno complains about. Might need to be fixed on the way.

Resolves #17. Sets up react-router with a rough approximation of the routes we'll need. Shadcn was also added allowing us to add any components by running `deno run -A --unstable npm:shadcn@latest add <component>` Linting is still a partial problem as there are some files deno complains about. Might need to be fixed on the way.
tepichord force-pushed issue/17-client-setup from 37f1a1b7fe to aabab402d5 2026-02-11 17:13:24 -08:00 Compare
puregarlic requested changes 2026-02-11 17:29:02 -08:00
Dismissed
puregarlic left a comment
Owner

Looks good enough, whatever linter errors there are we'll fix in time. Three things:

  • Add .react-router to the gitignore
  • Fix the line endings
  • I know that Vite is working in server mode during development, but we might need the HTML file when we perform a static build.
Looks good enough, whatever linter errors there are we'll fix in time. Three things: - Add `.react-router` to the gitignore - Fix the line endings - I know that Vite is working in server mode during development, but we might need the HTML file when we perform a static build.
tepichord force-pushed issue/17-client-setup from aabab402d5 to af54262fbb 2026-02-11 18:13:52 -08:00 Compare
Author
Collaborator

Requested changes complete

Requested changes complete
puregarlic approved these changes 2026-02-11 19:21:20 -08:00
tepichord referenced this pull request from a commit 2026-02-11 19:29:18 -08:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
puregarlic/microclimate!19
No description provided.