bisonapp
bisonapp copied to clipboard
A Full Stack Jamstack in-a-box brought to you by Echobind
Docker configuration to bison app. Docker is set up to run postgres locally. If you want to run the entire app, please refer to the documentation. ## Changes - Add...
This is a test usage of SWIMM docs in bison. Looking to add code snippets to our readme file that mentioned our conventions to provide examples. I think we would...
Swimm is a tool that claims to auto-generate code documentation and keep it up to date. Let's attempt to integrate it, and gauge its usefulness. @mcavaliere and @cmejet are connected...
Fix #242 ## Changes Sets _app.tsx up to render a getLayout function for any page (or component) if it exists. This allows faster navigation between pages, since layouts that are...
[Lerna](https://github.com/lerna/lerna) is [no longer being actively maintained](https://github.com/lerna/lerna/issues/2703). This doesn't necessarily present an immediate problem. However, it may be good to replace it at some point. Possible replacements: - [@NxDevTools](https://twitter.com/NxDevTools) -...
To keep page transitions snappy, we should be using page layout components and static `getLayout` methods. This allows us to have centralized header/footer content that doesn't get re-rendered when going...
Hey, so I wanted to check this out today and I tried using both `npx` and `yarn create`. The generators ask all the questions and also show the success state...
- Re Run test failures in a new step. (easier to grep what failed) https://docs.cypress.io/guides/guides/test-retries#Introduction - Leverage failed video example for CI https://docs.cypress.io/guides/guides/test-retries#Only-upload-videos-for-specs-with-failing-or-retried-tests
When initializing a bison app the e2e Logout test is failing on CI due to missing APP_SECRET in the workflow yml. Should document and determine how to best use this...
Similar to Heroku: - Add Render as a deploy option - Add example YMAL file IF host Render - Add Conditional deploy documentation to Readme