epic-stack
epic-stack copied to clipboard
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
## Screenshots https://github.com/epicweb-dev/epic-stack/assets/64654633/1949899a-edbd-45e2-8819-cef90353645d
Whist setting up my own app I've stumbled upon an error: ``` TypeError: Cannot read properties of undefined (reading 'toString') at GitHubStrategy.authenticate (file:///home/webcloud/code/perflab-frontend/node_modules/remix-auth-oauth2/src/index.ts:178:61) ``` Originating from https://github.com/epicweb-dev/epic-stack/blob/f1fd16da59a648e0755e1c6e5c136d05c7a78e48/app/utils/providers/github.server.ts#L31-L33 This seem to...
Hey all, I'm working on a chatbot (with Botpress Cloud) that accesses my information via API routes. The problem is that the service I'm using, goes through a proxy. When...
The error `Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)` shows on first load. I looked at Vite's repo for potential issues, but...
It's a bit tedious to manually merge Remix headers since the process is mostly the same. This PR adds a utility to streamline that process. Related Discussion #809 More details...
I am currently playing around with [catalyst](https://catalyst.tailwindui.com), and [one of their recommendations is using the inter font](https://catalyst.tailwindui.com/docs#optional-setup-inter-font-family). I checked out the [documentation for adding custom fonts](https://github.com/epicweb-dev/epic-stack/blob/main/docs/fonts.md#using-custom-fonts), and it mentions I...
Have been working with epic stack for a bit now without any custom configs to ESLint. The following error showed up today: ``` Parsing error: Too many files (>8) have...
## Test Plan Current tests should pass as-is ## Checklist - [x] Docs updated ## Screenshots This does not have any changes that need screenshots closes: #799
I went through the files to ensure I didn't miss any. However with the scope of the project, I could have missed some imports. If you see any let me...
- **refactor: replace `chalk` with `styleText`** - **build(deps): remove `chalk`** - **style(imports): fix import order** ## Test Plan No tests or docs need changing ## Screenshots No change that requires...