Skip to content
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: init web app, LEA-2115 #865

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

feat: init web app, LEA-2115 #865

wants to merge 1 commit into from

Conversation

alter-eggo
Copy link
Contributor

@alter-eggo alter-eggo commented Feb 11, 2025

Set up of new web app using https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/

will fix configs in sep prs

Copy link

linear bot commented Feb 11, 2025

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.06%. Comparing base (d0e8c19) to head (2564465).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #865   +/-   ##
=======================================
  Coverage   40.06%   40.06%           
=======================================
  Files         203      203           
  Lines        9689     9689           
  Branches      575      575           
=======================================
  Hits         3882     3882           
  Misses       5807     5807           
Components Coverage Δ
bitcoin 64.15% <ø> (ø)
query 12.82% <ø> (ø)
utils 83.38% <ø> (ø)
crypto 68.21% <ø> (ø)
stacks 69.77% <ø> (ø)

@alter-eggo alter-eggo force-pushed the feat/init-web-app branch 6 times, most recently from 7cdd37e to d6ed2f0 Compare February 11, 2025 16:11
@alter-eggo alter-eggo marked this pull request as ready for review February 11, 2025 16:22
Copy link
Collaborator

@kyranjamie kyranjamie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alter-eggo excited to get this started

@@ -0,0 +1,84 @@
/**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be a esm module like the other packages?

@@ -0,0 +1,12 @@
@tailwind base;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saw your comment on doing this another time, but for removing code, suggest we remove this in this PR, so it never enters the history

@@ -0,0 +1,47 @@
# Welcome to Remix + Cloudflare!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to commit a basic version of our own readme here - describe the app, present it to the community at large and describe what we are doing here.

@@ -0,0 +1,36 @@
{
"include": [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have:

"extends": "../../packages/tsconfig-config/tsconfig.base",

do we want to use that like in mobile?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants